Skip to content

Commit

Permalink
pseudo: Update for arm host and memleak fixes/cleanup
Browse files Browse the repository at this point in the history
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

(From OE-Core rev: 11a3a9203ad595e7fa92acf442a7f3216d6e3830)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  • Loading branch information
rpurdie committed Jan 10, 2021
1 parent 83cddc0 commit 8398c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/recipes-devtools/pseudo/pseudo_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

Expand Down

0 comments on commit 8398c85

Please sign in to comment.