diff options
author | Christian Schuler <schuler.christian@siemens.com> | 2016-09-14 14:45:40 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-09-15 12:15:07 +0100 |
commit | 5b5c42622564cd7f19f5915a6d8fbcd199c7744b (patch) | |
tree | 635cca41479bbe1a77ac56baf9a3a453374da82d /meta | |
parent | d03439e0db02a0b6d165ca7da2d648add83d8649 (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-support/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 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 () { | |||
22 | } | 22 | } |
23 | 23 | ||
24 | do_install () { | 24 | do_install () { |
25 | install -D -m 0755 ${WORKDIR}/git/ptest-runner ${D}${bindir}/ptest-runner | 25 | install -D -m 0755 ${S}/ptest-runner ${D}${bindir}/ptest-runner |
26 | } | 26 | } |