summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-06-06 17:06:35 +0800
committerKhem Raj <raj.khem@gmail.com>2024-06-07 09:12:00 -0700
commitcf61a35fd7dcd0a5347732a06c62c69dfb28e2f2 (patch)
treeca58aa7a519ec9eab9f71e0f970efb605fd181e6
parent2ccaf19c5ba8dcd269d9528b7d86c0de35f3d21c (diff)
downloadmeta-openembedded-cf61a35fd7dcd0a5347732a06c62c69dfb28e2f2.tar.gz
poke: upgrade 4.0 -> 4.1
Changelog: ============ - Invalid memory access in 'pkl_do_pass_1' has been fixed. - Access to possibly-uninitialized variable in IOS has been fixed. - In error reporting, poke no longer crashes when the input is not seekable. - Use of 'break'/'continue' in EXCOND operator's compound statement has been fixed to not crash the poke. - 'pokefmt' now has a man page. - Execution speed of 'pk-jojopatch' has been improved by disabling auto-remap feature. - Variable 'poke_interactive_p' is now documented in the manual. - Update jitter submodule to incorporate minor documentation update and a workaround for an Automake bug. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/poke/poke_4.1.bb (renamed from meta-oe/recipes-devtools/poke/poke_4.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/poke/poke_4.0.bb b/meta-oe/recipes-devtools/poke/poke_4.1.bb
index 9e68ba4ead..2963680704 100644
--- a/meta-oe/recipes-devtools/poke/poke_4.0.bb
+++ b/meta-oe/recipes-devtools/poke/poke_4.1.bb
@@ -11,7 +11,7 @@ SRC_URI = "${GNU_MIRROR}/poke/poke-${PV}.tar.gz \
11 11
12DEPENDS = "flex-native bison-native bdwgc readline" 12DEPENDS = "flex-native bison-native bdwgc readline"
13 13
14SRC_URI[sha256sum] = "02bab22cb1fa6153a1b6a927c8bb3cd58d508543c144842a6d7ee74f19973a77" 14SRC_URI[sha256sum] = "08ecaea41f7374acd4238e12bbf97e8cd5e572d5917e956b73b9d43026e9d740"
15 15
16# poke does not support using out-of-tree builds 16# poke does not support using out-of-tree builds
17inherit autotools-brokensep gettext pkgconfig 17inherit autotools-brokensep gettext pkgconfig