mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
classes/lib/scripts: Initial WORKDIR -> UNPACKDIR updates
Work through the initial issues I found where we need to change WORKDIR to UNPACKDIR. (From OE-Core rev: 86fec41b1e809d1a2fa2feadc26d29020df53d39) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -53,8 +53,8 @@ do_install_ptest() {
|
||||
}
|
||||
|
||||
do_install_ptest_base() {
|
||||
if [ -f ${WORKDIR}/run-ptest ]; then
|
||||
install -D ${WORKDIR}/run-ptest ${D}${PTEST_PATH}/run-ptest
|
||||
if [ -f ${UNPACKDIR}/run-ptest ]; then
|
||||
install -D ${UNPACKDIR}/run-ptest ${D}${PTEST_PATH}/run-ptest
|
||||
fi
|
||||
|
||||
grep -q install-ptest: Makefile 2>/dev/null && oe_runmake DESTDIR=${D}${PTEST_PATH} install-ptest
|
||||
|
||||
Reference in New Issue
Block a user