From 62540b2a15558f16c1c97b5221fa3da6f48604d6 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 22 Jul 2010 10:37:30 -0700 Subject: meta/conf/bitbake.conf: Configure pseudo to not expand symlinks When using the fake chroot ability of pseudo, it will expand absolute symlinks to their full non-fake path by default. The simple change disables that behavior, as it is undesired when generating a rootfs. Signed-off-by: Mark Hatle --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/conf/bitbake.conf') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 057a213c9..0e3934b59 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -530,7 +530,7 @@ SRC_URI = "file://${FILE}" # default is fakeroot but in Poky we use pseudo # this is hopefully only temporary, to work around the database becoming corrupt PSEUDO_DATADIR ?= "${WORKDIR}/pseudo/" -FAKEROOT = "PSEUDO_DATADIR=${PSEUDO_DATADIR} PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native} pseudo" +FAKEROOT = "PSEUDO_DATADIR=${PSEUDO_DATADIR} PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native} PSEUDO_NOSYMLINKEXP=1 pseudo" PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native" -- cgit v1.2.3