diff mbox series

[meta-oe,01/27] btop: upgrade 1.4.2 -> 1.4.3

Message ID 1747731299-20448-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/27] btop: upgrade 1.4.2 -> 1.4.3 | expand

Commit Message

Mingyu Wang (Fujitsu) May 20, 2025, 8:54 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Enable additional checks in libc++ with the new hardening mode
- Remove redundant optimization flag
- Ignore incomplete filter regex

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-support/btop/{btop_1.4.2.bb => btop_1.4.3.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/btop/{btop_1.4.2.bb => btop_1.4.3.bb} (90%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/btop/btop_1.4.2.bb b/meta-oe/recipes-support/btop/btop_1.4.3.bb
similarity index 90%
rename from meta-oe/recipes-support/btop/btop_1.4.2.bb
rename to meta-oe/recipes-support/btop/btop_1.4.3.bb
index 6fa76ac8ad..b0d74d49d7 100644
--- a/meta-oe/recipes-support/btop/btop_1.4.2.bb
+++ b/meta-oe/recipes-support/btop/btop_1.4.3.bb
@@ -4,9 +4,9 @@  LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 SECTION = "console/utils"
 
-SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main \
+SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main;tag=v${PV} \
            "
-SRCREV = "274d0c78e5f18514dfbea23cee9d1c5431eb75e0"
+SRCREV = "3f1ccd9f6c455fef6d4d8cfbc8ed71b86961323d"
 
 S = "${WORKDIR}/git"