diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-05-20 16:54:33 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-21 07:38:23 -0700 |
commit | cece632ffba01124436f241fee01a71dc25c9ac4 (patch) | |
tree | 36f7d730510c4d8bcf5b989c43f39ba308c8cdf4 | |
parent | 8179aa894078b67ab74f83e17602f75a85295b3d (diff) | |
download | meta-openembedded-cece632ffba01124436f241fee01a71dc25c9ac4.tar.gz |
btop: upgrade 1.4.2 -> 1.4.3
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/btop/btop_1.4.3.bb (renamed from meta-oe/recipes-support/btop/btop_1.4.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/btop/btop_1.4.2.bb b/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" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
5 | SECTION = "console/utils" | 5 | SECTION = "console/utils" |
6 | 6 | ||
7 | SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main \ | 7 | SRC_URI = "git://github.com/aristocratos/btop.git;protocol=https;branch=main;tag=v${PV} \ |
8 | " | 8 | " |
9 | SRCREV = "274d0c78e5f18514dfbea23cee9d1c5431eb75e0" | 9 | SRCREV = "3f1ccd9f6c455fef6d4d8cfbc8ed71b86961323d" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||