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:
Ross Burton
2015-09-10 11:22:24 +01:00
committed by Richard Purdie
parent 10c4f1be98
commit 9cda8f782f

View File

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