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>
This commit is contained in:
Christian Schuler
2016-09-14 14:45:40 +02:00
committed by Richard Purdie
parent d03439e0db
commit 5b5c426225

View File

@@ -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
}