From: Richard Purdie Date: Fri, 7 Jun 2013 17:15:19 +0000 (+0100) Subject: bitbake.conf: Add extra fakeroot parameters X-Git-Tag: 2015-4~6175 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=003ea0fd1017dde50ced710179d0dc2e835d5185;p=openembedded-core.git bitbake.conf: Add extra fakeroot parameters In order to correctly handle fakeroot at the bitbake level we need some extra information which we provide with these new variables. Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 174236d2fe..62a3936744 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -608,6 +608,8 @@ export PSEUDO_DISABLED = "1" #export PSEUDO_PREFIX = "${STAGING_DIR_NATIVE}${prefix_native}" #export PSEUDO_BINDIR = "${STAGING_DIR_NATIVE}${bindir_native}" #export PSEUDO_LIBDIR = "${STAGING_DIR_NATIVE}$PSEUDOBINDIR/../lib/pseudo/lib +FAKEROOTBASEENV = "PSEUDO_BINDIR=${STAGING_BINDIR_NATIVE} PSEUDO_LIBDIR=${STAGING_BINDIR_NATIVE}/../lib/pseudo/lib PSEUDO_PREFIX=${STAGING_BINDIR_NATIVE}/../../ PSEUDO_DISABLED=1" +FAKEROOTCMD = "${STAGING_BINDIR_NATIVE}/pseudo" FAKEROOTENV = "PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native} PSEUDO_LOCALSTATEDIR=${PSEUDO_LOCALSTATEDIR} PSEUDO_PASSWD=${PSEUDO_PASSWD} PSEUDO_NOSYMLINKEXP=1 PSEUDO_DISABLED=0" FAKEROOTNOENV = "PSEUDO_UNLOAD=1" FAKEROOTDIRS = "${PSEUDO_LOCALSTATEDIR}"