mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
Revert "ptest: use fakeroot for do_install_ptest_base"
This reverts commit 56c5fa106eeccda2ca92dbeb73ff01ba40992e7d. (This fix was incorrect and there is a better fix due to be merged) (From OE-Core rev: 21e044d92e927639a574c43cf7778e31f2e66377) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
10c4f1be98
commit
9cda8f782f
@@ -36,7 +36,7 @@ do_install_ptest() {
|
||||
:
|
||||
}
|
||||
|
||||
fakeroot do_install_ptest_base() {
|
||||
do_install_ptest_base() {
|
||||
if [ -f ${WORKDIR}/run-ptest ]; then
|
||||
install -D ${WORKDIR}/run-ptest ${D}${PTEST_PATH}/run-ptest
|
||||
if grep -q install-ptest: Makefile; then
|
||||
|
||||
Reference in New Issue
Block a user