summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 2a8a37f87b..0ccaac0455 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -586,7 +586,7 @@ SRC_URI = ""
586 586
587# Use pseudo as the fakeroot implementation 587# Use pseudo as the fakeroot implementation
588PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/" 588PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/"
589PSEUDO_PASSWD ?= "${STAGING_DIR_TARGET}" 589PSEUDO_PASSWD ?= "${STAGING_DIR_TARGET}:${STAGING_DIR_NATIVE}"
590export PSEUDO_DISABLED = "1" 590export PSEUDO_DISABLED = "1"
591#export PSEUDO_PREFIX = "${STAGING_DIR_NATIVE}${prefix_native}" 591#export PSEUDO_PREFIX = "${STAGING_DIR_NATIVE}${prefix_native}"
592#export PSEUDO_BINDIR = "${STAGING_DIR_NATIVE}${bindir_native}" 592#export PSEUDO_BINDIR = "${STAGING_DIR_NATIVE}${bindir_native}"