From 45cd9b4d58395c668fcf6a348fae5d1e98f79d36 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 6 Jun 2022 20:19:05 +0800 Subject: [PATCH] htop: upgrade 3.2.0 -> 3.2.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/htop/{htop_3.2.0.bb => htop_3.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/htop/{htop_3.2.0.bb => htop_3.2.1.bb} (96%) diff --git a/meta-oe/recipes-support/htop/htop_3.2.0.bb b/meta-oe/recipes-support/htop/htop_3.2.1.bb similarity index 96% rename from meta-oe/recipes-support/htop/htop_3.2.0.bb rename to meta-oe/recipes-support/htop/htop_3.2.1.bb index 12b110eadb..233a1eeb57 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" SRC_URI = "git://github.com/htop-dev/htop.git;branch=main;protocol=https \ file://0001-Use-pkg-config.patch \ " -SRCREV = "c7413fd6771b65388bea14ef42863444c6eaa419" +SRCREV = "4e6ec4a0873c56ca9de63eadf730c5bd677bd8da" S = "${WORKDIR}/git"