mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
pseudo: Uprev pseudo to version 1.2
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>
This commit is contained in:
committed by
Richard Purdie
parent
3f854ed618
commit
e1e8910b9f
@@ -1,8 +1,8 @@
|
||||
require pseudo.inc
|
||||
|
||||
SRCREV = "c2f7c5ad8ef0f9c94a2a8382c109c8c6e16c8b18"
|
||||
PV = "1.1.1+git${SRCPV}"
|
||||
PR = "r19"
|
||||
SRCREV = "17c2233f93692f79684792750001ee6d13e03925"
|
||||
PV = "1.2+git${SRCPV}"
|
||||
PR = "r20"
|
||||
|
||||
DEFAULT_PREFERENCE = "-1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user