From 4b6b68721454993fd836f46e5d6fc22010e59d75 Mon Sep 17 00:00:00 2001 From: Ramon Fried Date: Sun, 23 Jul 2023 00:51:33 +0300 Subject: bitwise: Upgrade 0.43 -> 0.50 Signed-off-by: Ramon Fried Signed-off-by: Khem Raj --- meta-oe/recipes-extended/bitwise/bitwise_0.43.bb | 32 ------------------------ meta-oe/recipes-extended/bitwise/bitwise_0.50.bb | 32 ++++++++++++++++++++++++ 2 files changed, 32 insertions(+), 32 deletions(-) delete mode 100644 meta-oe/recipes-extended/bitwise/bitwise_0.43.bb create mode 100644 meta-oe/recipes-extended/bitwise/bitwise_0.50.bb (limited to 'meta-oe/recipes-extended/bitwise') diff --git a/meta-oe/recipes-extended/bitwise/bitwise_0.43.bb b/meta-oe/recipes-extended/bitwise/bitwise_0.43.bb deleted file mode 100644 index 3a9943916e..0000000000 --- a/meta-oe/recipes-extended/bitwise/bitwise_0.43.bb +++ /dev/null @@ -1,32 +0,0 @@ -SUMMARY = "Bitwise terminal calculator" -DESCRIPTION = "Bitwise is multi base interactive calculator \ -supporting dynamic base conversion and bit manipulation.\ -It's a handy tool for low level hackers, \ -kernel developers and device drivers developers." - -HOMEPAGE = "https://github.com/mellowcandle/bitwise" -SECTION = "console/utils" - -LICENSE = "GPL-3.0-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" - -SRC_URI = "https://github.com/mellowcandle/bitwise/releases/download/v${PV}/bitwise-v${PV}.tar.gz \ - file://0001-makefile.am-Fix-build-when-build-dir-is-not-same-as-.patch \ - file://run-ptest \ - file://ptest.out.expected \ - " -SRC_URI[sha256sum] = "f524f794188a10defc4df673d8cf0b3739f93e58e93aff0cdb8a99fbdcca2ffb" - -UPSTREAM_CHECK_URI = "https://github.com/mellowcandle/bitwise/releases" - -S = "${WORKDIR}/${BPN}-v${PV}" - -DEPENDS = "ncurses readline" - -inherit autotools ptest - -do_install_ptest() { - install -d ${D}${PTEST_PATH} - install -m 0644 ${WORKDIR}/ptest.out.expected ${D}${PTEST_PATH}/ptest.out.expected -} - diff --git a/meta-oe/recipes-extended/bitwise/bitwise_0.50.bb b/meta-oe/recipes-extended/bitwise/bitwise_0.50.bb new file mode 100644 index 0000000000..5cd20c5b1c --- /dev/null +++ b/meta-oe/recipes-extended/bitwise/bitwise_0.50.bb @@ -0,0 +1,32 @@ +SUMMARY = "Bitwise terminal calculator" +DESCRIPTION = "Bitwise is multi base interactive calculator \ +supporting dynamic base conversion and bit manipulation.\ +It's a handy tool for low level hackers, \ +kernel developers and device drivers developers." + +HOMEPAGE = "https://github.com/mellowcandle/bitwise" +SECTION = "console/utils" + +LICENSE = "GPL-3.0-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" + +SRC_URI = "https://github.com/mellowcandle/bitwise/releases/download/v${PV}/bitwise-v${PV}.tar.gz \ + file://0001-makefile.am-Fix-build-when-build-dir-is-not-same-as-.patch \ + file://run-ptest \ + file://ptest.out.expected \ + " +SRC_URI[sha256sum] = "806271fa5bf31de0600315e8720004a8f529954480e991ca84a9868dc1cae97e" + +UPSTREAM_CHECK_URI = "https://github.com/mellowcandle/bitwise/releases" + +S = "${WORKDIR}/${BPN}-v${PV}" + +DEPENDS = "ncurses readline" + +inherit autotools ptest + +do_install_ptest() { + install -d ${D}${PTEST_PATH} + install -m 0644 ${WORKDIR}/ptest.out.expected ${D}${PTEST_PATH}/ptest.out.expected +} + -- cgit v1.2.3-54-g00ecf