aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/htop/htop_2.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_2.0.3.bb
parent55c8a76da5dc099a7bc3838495c672140cedb78e (diff)
downloadmeta-openembedded-contrib-dankm/krogoth-htop.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_2.0.3.bb')
-rw-r--r--meta-oe/recipes-support/htop/htop_2.0.3.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/htop/htop_2.0.3.bb b/meta-oe/recipes-support/htop/htop_2.0.3.bb
new file mode 100644
index 0000000000..57bbeb1a91
--- /dev/null
+++ b/meta-oe/recipes-support/htop/htop_2.0.3.bb
@@ -0,0 +1,22 @@
+SUMMARY = "htop process monitor"
+HOMEPAGE = "http://hisham.hm/htop"
+SECTION = "console/utils"
+LICENSE = "GPLv2"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=c312653532e8e669f30e5ec8bdc23be3"
+
+DEPENDS = "ncurses"
+RDEPENDS_${PN} = "ncurses-terminfo"
+
+SRC_URI = " \
+ git://github.com/hishamhm/htop.git \
+ file://disable-script.patch \
+ "
+
+SRCREV = "f80e577c5973069c1c84d7435eec60adc968da82"
+
+S = "${WORKDIR}/git"
+
+LDFLAGS_append_libc-uclibc = " -lubacktrace"
+
+inherit autotools pkgconfig