[oe-commits] Koen Kooi : htop: update to 0.9

git version control git at git.openembedded.org
Thu Feb 3 22:36:25 UTC 2011


Module: openembedded.git
Branch: ulf/linux-2.6.30-2011-01-16
Commit: 36681285bfe4b45d1f4eadac274a09b1e6494840
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=36681285bfe4b45d1f4eadac274a09b1e6494840

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Jan 25 12:07:54 2011 +0100

htop: update to 0.9

Signed-off-by: Koen Kooi <koen at openembedded.org>

---

 .../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(-)

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 5697638..eb207aa 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"
+





More information about the Openembedded-commits mailing list