]> code.ossystems Code Review - openembedded-core.git/commitdiff
pseudo: Update for arm host and memleak fixes/cleanup
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 9 Jan 2021 09:14:00 +0000 (09:14 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 10 Jan 2021 12:31:58 +0000 (12:31 +0000)
Pulls in:

makewrappers: support architecture-overrides in wrapper modifiers
makewrappers: fix Python 2 hangover
Fix some memory leaks
Disable deprecated function warnings
Silence switch block warnings
pseudo_util: don't overrun strings when looking for keys

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/pseudo/pseudo_git.bb

index 7fa11a54e7cf7c00d5b2fd2c3a51aab35325bde6..29fa9152e2d2dd73c7750a5c3cb12a59bb8c23d0 100644 (file)
@@ -6,7 +6,7 @@ SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \
            file://fallback-group \
            "
 
-SRCREV = "1ee9a1e05e200f189f6644411ba9304e8a479b0b"
+SRCREV = "f9754ac14672c4af19b77bc698a1a808b0828265"
 S = "${WORKDIR}/git"
 PV = "1.9.0+git${SRCPV}"