summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \