mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
recipes: Start WORKDIR -> UNPACKDIR transition
Replace references of WORKDIR with UNPACKDIR where it makes sense to do so in preparation for changing the default value of UNPACKDIR. (From OE-Core rev: 1f18b9a512800860d5153d89eb82b56388efad6f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -13,7 +13,7 @@ SRC_URI += "file://ptest-perl/run-ptest"
|
||||
do_install_ptest_perl() {
|
||||
install -d ${D}${PTEST_PATH}
|
||||
if [ ! -f ${D}${PTEST_PATH}/run-ptest ]; then
|
||||
install -m 0755 ${WORKDIR}/ptest-perl/run-ptest ${D}${PTEST_PATH}
|
||||
install -m 0755 ${UNPACKDIR}/ptest-perl/run-ptest ${D}${PTEST_PATH}
|
||||
fi
|
||||
cp -r ${B}/t ${D}${PTEST_PATH}
|
||||
chown -R root:root ${D}${PTEST_PATH}
|
||||
|
||||
Reference in New Issue
Block a user