[oe-commits] Scott Garman : bitbake.conf: set PSEUDO_PASSWD within FAKEROOTENV

git version control git at git.openembedded.org
Mon Jun 6 15:00:36 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: ada60e40293f78f974f641de5d3356b02bbeae4c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ada60e40293f78f974f641de5d3356b02bbeae4c

Author: Scott Garman <scott.a.garman at intel.com>
Date:   Thu May 19 10:35:40 2011 -0700

bitbake.conf: set PSEUDO_PASSWD within FAKEROOTENV

PSEUDO_PASSWD needs to point to the directory where passwd and group
files are kept. This will allow pseudo to use those users and groups
to change file ownership.

Signed-off-by: Scott Garman <scott.a.garman at intel.com>

---

 meta/conf/bitbake.conf |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index de94316..38c5d2c 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -547,7 +547,7 @@ SRC_URI = "file://${FILE}"
 
 # Use pseudo as the fakeroot implementation
 PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/"
-FAKEROOTENV = "PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native} PSEUDO_LOCALSTATEDIR=${PSEUDO_LOCALSTATEDIR} PSEUDO_NOSYMLINKEXP=1 PSEUDO_DISABLED=0"
+FAKEROOTENV = "PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native} PSEUDO_LOCALSTATEDIR=${PSEUDO_LOCALSTATEDIR} PSEUDO_PASSWD=${STAGING_DIR_TARGET}/etc PSEUDO_NOSYMLINKEXP=1 PSEUDO_DISABLED=0"
 FAKEROOTDIRS = "${PSEUDO_LOCALSTATEDIR}"
 PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native"
 





More information about the Openembedded-commits mailing list