diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-09 09:14:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-01-10 12:34:40 +0000 |
commit | 8398c8576d400b736ebbb85eef493a3fdec6ea66 (patch) | |
tree | a697dc91e8a8598327ff5a3993a10082717375b3 /meta/recipes-devtools | |
parent | 83cddc021267dd2a5c745dc61eb99f28d4ff3f4d (diff) | |
download | poky-8398c8576d400b736ebbb85eef493a3fdec6ea66.tar.gz |
pseudo: Update for arm host and memleak fixes/cleanup
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/pseudo/pseudo_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb b/meta/recipes-devtools/pseudo/pseudo_git.bb index 7fa11a54e7..29fa9152e2 100644 --- a/meta/recipes-devtools/pseudo/pseudo_git.bb +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb | |||
@@ -6,7 +6,7 @@ SRC_URI = "git://git.yoctoproject.org/pseudo;branch=oe-core \ | |||
6 | file://fallback-group \ | 6 | file://fallback-group \ |
7 | " | 7 | " |
8 | 8 | ||
9 | SRCREV = "1ee9a1e05e200f189f6644411ba9304e8a479b0b" | 9 | SRCREV = "f9754ac14672c4af19b77bc698a1a808b0828265" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | PV = "1.9.0+git${SRCPV}" | 11 | PV = "1.9.0+git${SRCPV}" |
12 | 12 | ||