diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-06-30 15:39:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-01 00:13:25 +0100 |
commit | 1c1372e7eccb01f7c1f682bc0aa989c37f2516f6 (patch) | |
tree | 09ce220f7898326b01c56df2a4382c96c65806fc /meta/conf | |
parent | a875886c3c5d4cdc37f3072128dc5f28cfd701b4 (diff) | |
download | poky-1c1372e7eccb01f7c1f682bc0aa989c37f2516f6.tar.gz |
bitbake.conf: update PSEUDO_PASSWD variable
The internal use of PSEUDO_PASSWD adds the /etc path
automatically.
(From OE-Core rev: 2ae82c876c1371fcf82642b141bacc70c86e7e84)
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | 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 38367ddf02..bdaa35d799 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -550,7 +550,7 @@ SRC_URI = "file://${FILE}" | |||
550 | 550 | ||
551 | # Use pseudo as the fakeroot implementation | 551 | # Use pseudo as the fakeroot implementation |
552 | PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/" | 552 | PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/" |
553 | FAKEROOTENV = "PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native} PSEUDO_LOCALSTATEDIR=${PSEUDO_LOCALSTATEDIR} PSEUDO_PASSWD=${STAGING_DIR_TARGET}/etc PSEUDO_NOSYMLINKEXP=1 PSEUDO_DISABLED=0" | 553 | FAKEROOTENV = "PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native} PSEUDO_LOCALSTATEDIR=${PSEUDO_LOCALSTATEDIR} PSEUDO_PASSWD=${STAGING_DIR_TARGET} PSEUDO_NOSYMLINKEXP=1 PSEUDO_DISABLED=0" |
554 | FAKEROOTDIRS = "${PSEUDO_LOCALSTATEDIR}" | 554 | FAKEROOTDIRS = "${PSEUDO_LOCALSTATEDIR}" |
555 | PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native" | 555 | PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native" |
556 | 556 | ||