mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
pseudo: Change pseudo integration to better support local DBs
Change the pseudo integration:
* Uprev to latest open source version
* Restructure the patches to allow for many local DBs, as well as
pseudo specific lib dirs.
Signed-off-by: Mark Hatle <mhatle@windriver.com>
This commit is contained in:
@@ -530,9 +530,8 @@ SRC_URI = "file://${FILE}"
|
||||
|
||||
# We can choose which provider of fake root privileges to use
|
||||
# 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_NOSYMLINKEXP=1 pseudo"
|
||||
PSEUDO_LOCALSTATEDIR ?= "${WORKDIR}/pseudo/"
|
||||
FAKEROOT = "PSEUDO_PREFIX=${STAGING_DIR_NATIVE}${prefix_native} PSEUDO_LOCALSTATEDIR=${PSEUDO_LOCALSTATEDIR} PSEUDO_NOSYMLINKEXP=1 pseudo"
|
||||
PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user