aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/htop/htop_1.0.3.bb
diff options
context:
space:
mode:
authorDan McGregor <dan.mcgregor@usask.ca>2016-09-15 08:26:27 -0600
committerDan McGregor <dan.mcgregor@usask.ca>2016-12-16 16:00:26 -0600
commitfd795818770c1a3aa33f4df198e2a9b8319fd4e0 (patch)
tree464cd910a197976c1bdc12d2044246344528128a /meta-oe/recipes-support/htop/htop_1.0.3.bb
parent55c8a76da5dc099a7bc3838495c672140cedb78e (diff)
downloadmeta-openembedded-contrib-fd795818770c1a3aa33f4df198e2a9b8319fd4e0.tar.gz
htop: update to 2.0.3dankm/krogoth-htop
Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca>
Diffstat (limited to 'meta-oe/recipes-support/htop/htop_1.0.3.bb')
-rw-r--r--meta-oe/recipes-support/htop/htop_1.0.3.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-oe/recipes-support/htop/htop_1.0.3.bb b/meta-oe/recipes-support/htop/htop_1.0.3.bb
deleted file mode 100644
index 4e445c8b35..0000000000
--- a/meta-oe/recipes-support/htop/htop_1.0.3.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-SUMMARY = "htop process monitor"
-HOMEPAGE = "http://htop.sf.net"
-SECTION = "console/utils"
-LICENSE = "GPLv2"
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=c312653532e8e669f30e5ec8bdc23be3"
-
-DEPENDS = "ncurses"
-RDEPENDS_${PN} = "ncurses-terminfo"
-
-SRC_URI = "http://hisham.hm/htop/releases/${PV}/htop-${PV}.tar.gz"
-
-SRC_URI[md5sum] = "e768b9b55c033d9c1dffda72db3a6ac7"
-SRC_URI[sha256sum] = "055c57927f75847fdc222b5258b079a9542811a9dcf5421c615c7e17f55d1829"
-
-LDFLAGS_append_libc-uclibc = " -lubacktrace"
-
-do_configure_prepend () {
- rm -rf ${S}/config.h
-}
-
-inherit autotools