diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-06-06 20:19:05 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-06-06 13:58:43 -0700 |
commit | 45cd9b4d58395c668fcf6a348fae5d1e98f79d36 (patch) | |
tree | e5bc9365bb95aded43689df2244f6ed40671f164 /meta-oe/recipes-support/htop | |
parent | b51045f9b7ba3d23edd1a2cf1009fb39105e3b86 (diff) | |
download | meta-openembedded-45cd9b4d58395c668fcf6a348fae5d1e98f79d36.tar.gz |
htop: upgrade 3.2.0 -> 3.2.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/htop')
-rw-r--r-- | meta-oe/recipes-support/htop/htop_3.2.1.bb (renamed from meta-oe/recipes-support/htop/htop_3.2.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/htop/htop_3.2.0.bb b/meta-oe/recipes-support/htop/htop_3.2.1.bb index 12b110ead..233a1eeb5 100644 --- a/meta-oe/recipes-support/htop/htop_3.2.0.bb +++ b/meta-oe/recipes-support/htop/htop_3.2.1.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 = "c7413fd6771b65388bea14ef42863444c6eaa419" | 12 | SRCREV = "4e6ec4a0873c56ca9de63eadf730c5bd677bd8da" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||