diff options
| -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 | ||
| 7 | SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main;tag=v${PV} \ | 7 | SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main;tag=v${PV} \ |
| 8 | " | 8 | " |
| 9 | SRCREV = "a1099d075fa914452366b28c67ff171e21a1f02e" | 9 | SRCREV = "975e3951daa7d3114112d2cd4ee689cf5ee38745" |
| 10 | |||
| 11 | 10 | ||
| 12 | inherit cmake | 11 | inherit cmake |
| 13 | 12 | ||
| 13 | EXTRA_OECMAKE += "-DBUILD_TESTING=OFF" | ||
| 14 | |||
| 14 | FILES:${PN} += " \ | 15 | FILES:${PN} += " \ |
| 15 | ${datadir}/icons \ | 16 | ${datadir}/icons \ |
| 16 | ${datadir}/icons/hicolor \ | 17 | ${datadir}/icons/hicolor \ |
