diff options
author | wangmy <wangmy@fujitsu.com> | 2022-04-29 16:02:58 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-05-09 08:59:46 -0700 |
commit | 0c9b3e3cd454583dc7d60b5b9508101765abea9a (patch) | |
tree | dad5f59caa12ee73282a669d5954c029f4fdc54a /meta-oe/recipes-support | |
parent | 33167569ef946d1453ac55c51d8532fae5b3681d (diff) | |
download | meta-openembedded-0c9b3e3cd454583dc7d60b5b9508101765abea9a.tar.gz |
htop: upgrade 3.1.2 -> 3.2.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/htop/htop_3.2.0.bb (renamed from meta-oe/recipes-support/htop/htop_3.1.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/htop/htop_3.1.2.bb b/meta-oe/recipes-support/htop/htop_3.2.0.bb index 4fe70982a..12b110ead 100644 --- a/meta-oe/recipes-support/htop/htop_3.1.2.bb +++ b/meta-oe/recipes-support/htop/htop_3.2.0.bb | |||
@@ -9,7 +9,7 @@ DEPENDS = "ncurses" | |||
9 | SRC_URI = "git://github.com/htop-dev/htop.git;branch=main;protocol=https \ | 9 | SRC_URI = "git://github.com/htop-dev/htop.git;branch=main;protocol=https \ |
10 | file://0001-Use-pkg-config.patch \ | 10 | file://0001-Use-pkg-config.patch \ |
11 | " | 11 | " |
12 | SRCREV = "d73783d6dbec4a8d9d20d744bf2b5e6a7073aa46" | 12 | SRCREV = "c7413fd6771b65388bea14ef42863444c6eaa419" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||