From fcf515a33b7168ca45cbb348e0b27d3fcebd6cd4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 9 Jun 2026 21:17:22 -0700 Subject: poke: upgrade 4.2 -> 4.3 Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/poke/poke_4.2.bb | 31 ------------------------------- meta-oe/recipes-devtools/poke/poke_4.3.bb | 31 +++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 meta-oe/recipes-devtools/poke/poke_4.2.bb create mode 100644 meta-oe/recipes-devtools/poke/poke_4.3.bb diff --git a/meta-oe/recipes-devtools/poke/poke_4.2.bb b/meta-oe/recipes-devtools/poke/poke_4.2.bb deleted file mode 100644 index 0ae392947e..0000000000 --- a/meta-oe/recipes-devtools/poke/poke_4.2.bb +++ /dev/null @@ -1,31 +0,0 @@ -SUMMARY = "GNU poke is an extensible editor for structured binary data" -HOMEPAGE = "https://pokology.org" -DESCRIPTION = "GNU poke is an interactive, extensible editor for binary data. Not limited to editing basic entities such as bits and bytes, it provides a full-fledged procedural, interactive programming language designed to describe data structures and to operate on them." -SECTION = "console/utils" -LICENSE = "GPL-3.0-or-later" -LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" - -SRC_URI = "${GNU_MIRROR}/poke/poke-${PV}.tar.gz \ - file://0003-configure.ac-HELP2MAN-replace-by-true-when-cross-com.patch \ - " - -DEPENDS = "flex-native bison-native bdwgc readline" - -SRC_URI[sha256sum] = "8aaf36e61e367a53140ea40e2559e9ec512e779c42bee34e7ac24b34ba119bde" - -inherit autotools gettext pkgconfig - -EXTRA_OECONF = "--disable-gui \ - --disable-libnbd \ - --with-libreadline-prefix=${STAGING_INCDIR} \ - " - -PACKAGECONFIG[mi] = "--enable-mi,--disable-mi,json-c" - -PACKAGES =+ "${PN}-emacs ${PN}-vim" - -# Disable parallel install as it is not supported upstream -PARALLEL_MAKEINST = "-j1" - -FILES:${PN}-emacs += "${datadir}/emacs/site-lisp" -FILES:${PN}-vim += "${datadir}/vim/vimfiles" diff --git a/meta-oe/recipes-devtools/poke/poke_4.3.bb b/meta-oe/recipes-devtools/poke/poke_4.3.bb new file mode 100644 index 0000000000..85b3c9b08d --- /dev/null +++ b/meta-oe/recipes-devtools/poke/poke_4.3.bb @@ -0,0 +1,31 @@ +SUMMARY = "GNU poke is an extensible editor for structured binary data" +HOMEPAGE = "https://pokology.org" +DESCRIPTION = "GNU poke is an interactive, extensible editor for binary data. Not limited to editing basic entities such as bits and bytes, it provides a full-fledged procedural, interactive programming language designed to describe data structures and to operate on them." +SECTION = "console/utils" +LICENSE = "GPL-3.0-or-later" +LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" + +SRC_URI = "${GNU_MIRROR}/poke/poke-${PV}.tar.gz \ + file://0003-configure.ac-HELP2MAN-replace-by-true-when-cross-com.patch \ + " + +DEPENDS = "flex-native bison-native bdwgc readline" + +SRC_URI[sha256sum] = "a84cb9175d50d45a411f2481fd0662b83cb32ce517316b889cfb570819579373" + +inherit autotools gettext pkgconfig + +EXTRA_OECONF = "--disable-gui \ + --disable-libnbd \ + --with-libreadline-prefix=${STAGING_INCDIR} \ + " + +PACKAGECONFIG[mi] = "--enable-mi,--disable-mi,json-c" + +PACKAGES =+ "${PN}-emacs ${PN}-vim" + +# Disable parallel install as it is not supported upstream +PARALLEL_MAKEINST = "-j1" + +FILES:${PN}-emacs += "${datadir}/emacs/site-lisp" +FILES:${PN}-vim += "${datadir}/vim/vimfiles" -- cgit v1.2.3-54-g00ecf