summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2026-01-12 21:15:53 +0100
committerKhem Raj <raj.khem@gmail.com>2026-01-12 13:20:11 -0800
commite071ea3c65f244d7a099a8f65b77bfe7f48a0c7b (patch)
treea65544f65d17e76b5a9f57fa8863bcd013da50d8
parent0b2deaab02251a61fedbb15bda3b908147c717cc (diff)
downloadmeta-openembedded-e071ea3c65f244d7a099a8f65b77bfe7f48a0c7b.tar.gz
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 <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/btop/btop_1.4.6.bb (renamed from meta-oe/recipes-support/btop/btop_1.4.5.bb)5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/btop/btop_1.4.5.bb b/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"
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 = "a1099d075fa914452366b28c67ff171e21a1f02e" 9SRCREV = "975e3951daa7d3114112d2cd4ee689cf5ee38745"
10
11 10
12inherit cmake 11inherit cmake
13 12
13EXTRA_OECMAKE += "-DBUILD_TESTING=OFF"
14
14FILES:${PN} += " \ 15FILES:${PN} += " \
15 ${datadir}/icons \ 16 ${datadir}/icons \
16 ${datadir}/icons/hicolor \ 17 ${datadir}/icons/hicolor \