From: Wang Mingyu <[email protected]> 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 <[email protected]> --- meta-oe/recipes-devtools/poke/{poke_4.0.bb => poke_4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/poke/{poke_4.0.bb => poke_4.1.bb} (93%) diff --git a/meta-oe/recipes-devtools/poke/poke_4.0.bb b/meta-oe/recipes-devtools/poke/poke_4.1.bb similarity index 93% rename from meta-oe/recipes-devtools/poke/poke_4.0.bb rename to meta-oe/recipes-devtools/poke/poke_4.1.bb index 9e68ba4ea..296368070 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 \ DEPENDS = "flex-native bison-native bdwgc readline" -SRC_URI[sha256sum] = "02bab22cb1fa6153a1b6a927c8bb3cd58d508543c144842a6d7ee74f19973a77" +SRC_URI[sha256sum] = "08ecaea41f7374acd4238e12bbf97e8cd5e572d5917e956b73b9d43026e9d740" # poke does not support using out-of-tree builds inherit autotools-brokensep gettext pkgconfig -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#110744): https://lists.openembedded.org/g/openembedded-devel/message/110744 Mute This Topic: https://lists.openembedded.org/mt/106519725/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
