mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
This adds a new feature, PSEUDO_UNLOAD, which can be used to eliminate overhead of LD_PRELOAD when no longer necessary. Also the, clone(2), support on Linux has been updated to resolve some potential defects in the previous implementation. (From OE-Core rev: 77fe9dd8fa0393132ac6aba00d5659c6781fbbde) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
295 B
BlitzBasic
15 lines
295 B
BlitzBasic
require pseudo.inc
|
|
|
|
SRCREV = "17c2233f93692f79684792750001ee6d13e03925"
|
|
PV = "1.2+git${SRCPV}"
|
|
PR = "r20"
|
|
|
|
DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "git://github.com/wrpseudo/pseudo.git;protocol=git \
|
|
file://oe-config.patch \
|
|
file://static_sqlite.patch"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|