From 0c9b3e3cd454583dc7d60b5b9508101765abea9a Mon Sep 17 00:00:00 2001 From: wangmy Date: Fri, 29 Apr 2022 16:02:58 +0800 Subject: [PATCH] htop: upgrade 3.1.2 -> 3.2.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/htop/{htop_3.1.2.bb => htop_3.2.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/htop/{htop_3.1.2.bb => htop_3.2.0.bb} (96%) diff --git a/meta-oe/recipes-support/htop/htop_3.1.2.bb b/meta-oe/recipes-support/htop/htop_3.2.0.bb similarity index 96% rename from meta-oe/recipes-support/htop/htop_3.1.2.bb rename to meta-oe/recipes-support/htop/htop_3.2.0.bb index 4fe70982a5..12b110eadb 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" SRC_URI = "git://github.com/htop-dev/htop.git;branch=main;protocol=https \ file://0001-Use-pkg-config.patch \ " -SRCREV = "d73783d6dbec4a8d9d20d744bf2b5e6a7073aa46" +SRCREV = "c7413fd6771b65388bea14ef42863444c6eaa419" S = "${WORKDIR}/git"