[oe-commits] [openembedded-core] 03/11: ptest-runner: allow building from externalsrc

git at git.openembedded.org git at git.openembedded.org
Wed Sep 14 21:42:43 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit fd4f4264a99cb0f8d20e3d87f66102d99cb5b6ad
Author: Christian Schuler <schuler.christian at siemens.com>
AuthorDate: 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.
    
    Signed-off-by: Christian Schuler <schuler.christian at siemens.com>
    Signed-off-by: Pascal Bach <pascal.bach at siemens.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-support/ptest-runner/ptest-runner_2.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list