diff options
author | Koen Kooi <koen@openembedded.org> | 2011-01-25 12:07:54 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2011-01-25 12:07:54 +0100 |
commit | 37e9f0230b046cd871041c954cc6fdcc141f3319 (patch) | |
tree | 4250069ef9b73dd7f984193ab836f7bd180f152b /recipes/htop | |
parent | e276a19e1c1836c81c7e49854fafcf7f29db40c0 (diff) | |
download | openembedded-37e9f0230b046cd871041c954cc6fdcc141f3319.tar.gz |
htop: update to 0.9
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/htop')
-rw-r--r-- | recipes/htop/htop/remove-proc-test.patch (renamed from recipes/htop/files/remove-proc-test.patch) | 0 | ||||
-rw-r--r-- | recipes/htop/htop_0.9.bb (renamed from recipes/htop/htop_0.7.bb) | 8 |
2 files changed, 5 insertions, 3 deletions
diff --git a/recipes/htop/files/remove-proc-test.patch b/recipes/htop/htop/remove-proc-test.patch index 3185fdd1f4..3185fdd1f4 100644 --- a/recipes/htop/files/remove-proc-test.patch +++ b/recipes/htop/htop/remove-proc-test.patch diff --git a/recipes/htop/htop_0.7.bb b/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" + |