]> code.ossystems Code Review - openembedded-core.git/commitdiff
Revert "ptest: use fakeroot for do_install_ptest_base"
authorRoss Burton <ross.burton@intel.com>
Thu, 10 Sep 2015 10:22:24 +0000 (11:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 12 Sep 2015 21:47:23 +0000 (22:47 +0100)
This reverts commit 56c5fa106eeccda2ca92dbeb73ff01ba40992e7d.

(This fix was incorrect and there is a better fix due to be merged)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/ptest.bbclass

index 66e364af5314d8725be3ba9fe7676d02ee017837..b5f470f081c67095800268ef1b899ca52e19b584 100644 (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