diff mbox series

[meta-oe,PATCHv2] btop: update 1.4.5 -> 1.4.6

Message ID 20260112201553.114593-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-oe,PATCHv2] btop: update 1.4.5 -> 1.4.6 | expand

Commit Message

Markus Volk Jan. 12, 2026, 8:15 p.m. UTC
Disable build-testing for now, as this would require 'googletest' dependency

v1.4.6

References | Description | Author(s)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../recipes-support/btop/{btop_1.4.5.bb => btop_1.4.6.bb}    | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/btop/{btop_1.4.5.bb => btop_1.4.6.bb} (89%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/btop/btop_1.4.5.bb b/meta-oe/recipes-support/btop/btop_1.4.6.bb
similarity index 89%
rename from meta-oe/recipes-support/btop/btop_1.4.5.bb
rename to meta-oe/recipes-support/btop/btop_1.4.6.bb
index 0455da384b..29072522df 100644
--- a/meta-oe/recipes-support/btop/btop_1.4.5.bb
+++ b/meta-oe/recipes-support/btop/btop_1.4.6.bb
@@ -6,11 +6,12 @@  SECTION = "console/utils"
 
 SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main;tag=v${PV} \
            "
-SRCREV = "a1099d075fa914452366b28c67ff171e21a1f02e"
-
+SRCREV = "975e3951daa7d3114112d2cd4ee689cf5ee38745"
 
 inherit cmake
 
+EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"
+
 FILES:${PN} += " \
     ${datadir}/icons \
     ${datadir}/icons/hicolor \