aboutsummaryrefslogtreecommitdiffstats
path: root/meta
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-14 22:35:06 +0100
commitfd4f4264a99cb0f8d20e3d87f66102d99cb5b6ad (patch)
treee54b712c41570d49d2cb503c0774beeabed9c1c5 /meta
parent18efcbcb896239c64fedd009ce57f3f0c668cbc0 (diff)
downloadopenembedded-core-contrib-fd4f4264a99cb0f8d20e3d87f66102d99cb5b6ad.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. 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')
-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
}