From 37e9f0230b046cd871041c954cc6fdcc141f3319 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Tue, 25 Jan 2011 12:07:54 +0100 Subject: [PATCH] htop: update to 0.9 Signed-off-by: Koen Kooi --- recipes/htop/{files => htop}/remove-proc-test.patch | 0 recipes/htop/{htop_0.7.bb => htop_0.9.bb} | 8 +++++--- 2 files changed, 5 insertions(+), 3 deletions(-) rename recipes/htop/{files => htop}/remove-proc-test.patch (100%) rename recipes/htop/{htop_0.7.bb => htop_0.9.bb} (59%) diff --git a/recipes/htop/files/remove-proc-test.patch b/recipes/htop/htop/remove-proc-test.patch similarity index 100% rename from recipes/htop/files/remove-proc-test.patch rename to recipes/htop/htop/remove-proc-test.patch diff --git a/recipes/htop/htop_0.7.bb b/recipes/htop/htop_0.9.bb similarity index 59% rename from recipes/htop/htop_0.7.bb rename to recipes/htop/htop_0.9.bb index 5697638fc1..eb207aabe6 100644 --- a/recipes/htop/htop_0.7.bb +++ b/recipes/htop/htop_0.9.bb @@ -3,7 +3,8 @@ HOMEPAGE = "http://htop.sf.net" SECTION = "console/utils" PRIORITY = "optional" LICENSE = "GPLv2" -PR = "r2" + +LIC_FILES_CHKSUM = "file://COPYING;md5=c312653532e8e669f30e5ec8bdc23be3" DEPENDS = "ncurses" RDEPENDS_${PN} = "ncurses-terminfo" @@ -13,5 +14,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/htop/htop-${PV}.tar.gz \ inherit autotools -SRC_URI[md5sum] = "4afc961fa709167e1b434682897991f9" -SRC_URI[sha256sum] = "1361f4f0b92d7e6bdac25a4b7ee138a7ee83b5a9368820f5aa518051ca82862b" +SRC_URI[md5sum] = "7c5507f35f363f3f40183a2ba3c561f8" +SRC_URI[sha256sum] = "4de65c38e1886bccd30ed692b30eb9bf195240680781bfe1eaf5faf84ee6fbfd" + -- 2.39.5