mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
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:
committed by
Richard Purdie
parent
d03439e0db
commit
5b5c426225
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user