From: Christian Schuler <[email protected]> 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 <[email protected]> Signed-off-by: Pascal Bach <[email protected]> --- 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 } -- 2.1.4 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
