From e071ea3c65f244d7a099a8f65b77bfe7f48a0c7b Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Mon, 12 Jan 2026 21:15:53 +0100 Subject: [PATCH] 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 --- .../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 --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 \