summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/htop/htop_1.0.2.bb (renamed from meta-oe/recipes-support/htop/htop_0.9.bb)9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-oe/recipes-support/htop/htop_0.9.bb b/meta-oe/recipes-support/htop/htop_1.0.2.bb
index 6d12d720e8..3982f667f7 100644
--- a/meta-oe/recipes-support/htop/htop_0.9.bb
+++ b/meta-oe/recipes-support/htop/htop_1.0.2.bb
@@ -8,15 +8,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=c312653532e8e669f30e5ec8bdc23be3"
8DEPENDS = "ncurses" 8DEPENDS = "ncurses"
9RDEPENDS_${PN} = "ncurses-terminfo" 9RDEPENDS_${PN} = "ncurses-terminfo"
10 10
11PR = "r1" 11SRC_URI = "${SOURCEFORGE_MIRROR}/htop/htop-${PV}.tar.gz"
12
13SRC_URI = "${SOURCEFORGE_MIRROR}/htop/htop-${PV}.tar.gz \
14 file://remove-proc-test.patch"
15 12
16LDFLAGS_append_libc-uclibc = " -lubacktrace" 13LDFLAGS_append_libc-uclibc = " -lubacktrace"
17 14
18inherit autotools 15inherit autotools
19 16
20SRC_URI[md5sum] = "7c5507f35f363f3f40183a2ba3c561f8" 17SRC_URI[md5sum] = "0d01cca8df3349c74569cefebbd9919e"
21SRC_URI[sha256sum] = "4de65c38e1886bccd30ed692b30eb9bf195240680781bfe1eaf5faf84ee6fbfd" 18SRC_URI[sha256sum] = "ee60657b044ece0df096c053060df7abf3cce3a568ab34d260049e6a37ccd8a1"
22 19