[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2462/8267] ptest-runner: allow building from externalsrc



commit 5b5c42622564cd7f19f5915a6d8fbcd199c7744b
Author: Christian Schuler <schuler christian siemens com>
Date:   Wed Sep 14 14:45:40 2016 +0200

    ptest-runner: allow building from externalsrc
    
    The ${WORKDIR}/git refers to the source folder S which is different in
    the case of an external source build.
    
    (From OE-Core rev: fd4f4264a99cb0f8d20e3d87f66102d99cb5b6ad)
    
    Signed-off-by: Christian Schuler <schuler christian siemens com>
    Signed-off-by: Pascal Bach <pascal bach siemens com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../ptest-runner/ptest-runner_2.0.bb               |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb 
b/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb
index 7081afb..aaa7c59 100644
--- a/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb
+++ b/meta/recipes-support/ptest-runner/ptest-runner_2.0.bb
@@ -22,5 +22,5 @@ do_compile () {
 }
 
 do_install () {
-       install -D -m 0755 ${WORKDIR}/git/ptest-runner ${D}${bindir}/ptest-runner
+       install -D -m 0755 ${S}/ptest-runner ${D}${bindir}/ptest-runner
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]