From e071ea3c65f244d7a099a8f65b77bfe7f48a0c7b Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 12 Jan 2026 21:15:53 +0100 Subject: btop: update 1.4.5 -> 1.4.6 Disable build-testing for now, as this would require 'googletest' dependency v1.4.6 References | Description | Author(s) Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-oe/recipes-support/btop/btop_1.4.5.bb | 23 ----------------------- meta-oe/recipes-support/btop/btop_1.4.6.bb | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-support/btop/btop_1.4.5.bb create mode 100644 meta-oe/recipes-support/btop/btop_1.4.6.bb diff --git a/meta-oe/recipes-support/btop/btop_1.4.5.bb b/meta-oe/recipes-support/btop/btop_1.4.5.bb deleted file mode 100644 index 0455da384b..0000000000 --- a/meta-oe/recipes-support/btop/btop_1.4.5.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes." -HOMEPAGE = "https://github.com/aristocratos/btop" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SECTION = "console/utils" - -SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main;tag=v${PV} \ - " -SRCREV = "a1099d075fa914452366b28c67ff171e21a1f02e" - - -inherit cmake - -FILES:${PN} += " \ - ${datadir}/icons \ - ${datadir}/icons/hicolor \ - ${datadir}/icons/hicolor/48x48 \ - ${datadir}/icons/hicolor/scalable \ - ${datadir}/icons/hicolor/48x48/apps \ - ${datadir}/icons/hicolor/48x48/apps/btop.png \ - ${datadir}/icons/hicolor/scalable/apps \ - ${datadir}/icons/hicolor/scalable/apps/btop.svg \ -" diff --git a/meta-oe/recipes-support/btop/btop_1.4.6.bb b/meta-oe/recipes-support/btop/btop_1.4.6.bb new file mode 100644 index 0000000000..29072522df --- /dev/null +++ b/meta-oe/recipes-support/btop/btop_1.4.6.bb @@ -0,0 +1,24 @@ +SUMMARY = "Resource monitor that shows usage and stats for processor, memory, disks, network and processes." +HOMEPAGE = "https://github.com/aristocratos/btop" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" +SECTION = "console/utils" + +SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main;tag=v${PV} \ + " +SRCREV = "975e3951daa7d3114112d2cd4ee689cf5ee38745" + +inherit cmake + +EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" + +FILES:${PN} += " \ + ${datadir}/icons \ + ${datadir}/icons/hicolor \ + ${datadir}/icons/hicolor/48x48 \ + ${datadir}/icons/hicolor/scalable \ + ${datadir}/icons/hicolor/48x48/apps \ + ${datadir}/icons/hicolor/48x48/apps/btop.png \ + ${datadir}/icons/hicolor/scalable/apps \ + ${datadir}/icons/hicolor/scalable/apps/btop.svg \ +" -- cgit v1.2.3-54-g00ecf