aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorChristian Schuler <schuler.christian@siemens.com>2016-09-14 14:45:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-15 12:15:07 +0100
commit5b5c42622564cd7f19f5915a6d8fbcd199c7744b (patch)
tree635cca41479bbe1a77ac56baf9a3a453374da82d /meta/recipes-support
parentd03439e0db02a0b6d165ca7da2d648add83d8649 (diff)
downloadopenembedded-core-contrib-5b5c42622564cd7f19f5915a6d8fbcd199c7744b.tar.gz
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>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/ptest-runner/ptest-runner_2.0.bb2
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 7081afbeb1..aaa7c5991b 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
}