diff options
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 057a213c96..0e3934b598 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -530,7 +530,7 @@ SRC_URI = "file://${FILE}" | |||
530 | # default is fakeroot but in Poky we use pseudo | 530 | # default is fakeroot but in Poky we use pseudo |
531 | # this is hopefully only temporary, to work around the database becoming corrupt | 531 | # this is hopefully only temporary, to work around the database becoming corrupt |
532 | PSEUDO_DATADIR ?= "${WORKDIR}/pseudo/" | 532 | PSEUDO_DATADIR ?= "${WORKDIR}/pseudo/" |
533 | FAKEROOT = "PSEUDO_DATADIR=${PSEUDO_DATADIR} PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native} pseudo" | 533 | FAKEROOT = "PSEUDO_DATADIR=${PSEUDO_DATADIR} PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native} PSEUDO_NOSYMLINKEXP=1 pseudo" |
534 | PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native" | 534 | PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native" |
535 | 535 | ||
536 | 536 | ||