From e3026d60b802d2c7ae62ee94dc7d6de7f48d3810 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 19 Feb 2024 17:02:05 +0800 Subject: btop: upgrade 1.3.0 -> 1.3.2 Changelog: ========= -fix: Can't detect librocm 6.0.x -GPU: Added support for dynamic loading of ROCm v6 libraries -Increase max network interface name to 15 -Fix OpenBSD UTF-8 locale detection -Add hot-reloading of config file with CTRL+R or SIGUSR2 signal -Add battery power draw for linux and freebsd -Fix crash caused by string exception when cpu clock is exactly between 999.5 and 999.9 Mhz -Write newline at end of config file -Add theme based on Everforest Dark Medium palette -fix: don't mangle memory for zombie processes -Share common code from collect -Fixed incorrect used and available memory for OSX Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/btop/btop_1.3.0.bb | 23 ----------------------- meta-oe/recipes-support/btop/btop_1.3.2.bb | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-support/btop/btop_1.3.0.bb create mode 100644 meta-oe/recipes-support/btop/btop_1.3.2.bb diff --git a/meta-oe/recipes-support/btop/btop_1.3.0.bb b/meta-oe/recipes-support/btop/btop_1.3.0.bb deleted file mode 100644 index f20d1a8ec4..0000000000 --- a/meta-oe/recipes-support/btop/btop_1.3.0.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" -SRCREV = "36842a3bccfb78f5c27642435bff387b42f7d13b" - -S = "${WORKDIR}/git" - -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.3.2.bb b/meta-oe/recipes-support/btop/btop_1.3.2.bb new file mode 100644 index 0000000000..c473bf0a35 --- /dev/null +++ b/meta-oe/recipes-support/btop/btop_1.3.2.bb @@ -0,0 +1,23 @@ +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" +SRCREV = "fd2a2acdad6fbaad76846cb5e802cf2ae022d670" + +S = "${WORKDIR}/git" + +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 \ +" -- cgit v1.2.3-54-g00ecf