summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-07-07 17:06:22 +0800
committerKhem Raj <raj.khem@gmail.com>2025-07-07 10:00:53 -0700
commit446fce1b88320ce14346453723dffebc3fe96082 (patch)
tree211586d3bf396dfad7ece3d53faaf9d107c2be6b
parent9d21874db02036c23b5e304d5a12ac2a644cb40e (diff)
downloadmeta-openembedded-446fce1b88320ce14346453723dffebc3fe96082.tar.gz
btop: upgrade 1.4.3 -> 1.4.4
Changelog: =========== - Fix auto-detection of CPU temp on Ampere boards - Fixed floating_humanizer() to work correctly when numeric delimiter isn't a dot. - Add command line option to set an inital filter - Make 100ms the minimal refresh rate. Exit gracefully if integer conversion in CLI parser fails. - Lock/unlock config to avoid infinite recursio - Fix incorrect positioning and start symbol of second title - Fix dangling reference warnings for GCC 13 and later Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/btop/btop_1.4.4.bb (renamed from meta-oe/recipes-support/btop/btop_1.4.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/btop/btop_1.4.3.bb b/meta-oe/recipes-support/btop/btop_1.4.4.bb
index 9a5a21c56d..2d187c18a8 100644
--- a/meta-oe/recipes-support/btop/btop_1.4.3.bb
+++ b/meta-oe/recipes-support/btop/btop_1.4.4.bb
@@ -6,7 +6,7 @@ SECTION = "console/utils"
6 6
7SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main;tag=v${PV} \ 7SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main;tag=v${PV} \
8 " 8 "
9SRCREV = "3f1ccd9f6c455fef6d4d8cfbc8ed71b86961323d" 9SRCREV = "0f398abd64febfbc5f2115be3156682f47308f48"
10 10
11 11
12inherit cmake 12inherit cmake