aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/dstat/dstat_0.7.4.bb
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2019-07-22 13:12:05 +0800
committerKhem Raj <raj.khem@gmail.com>2019-07-22 09:31:46 -0700
commit3a483881b17099479e1060f182f09352082d42f8 (patch)
tree5eafad86cf3e3b2f9f8cda9fca288ef219a37d46 /meta-oe/recipes-support/dstat/dstat_0.7.4.bb
parente90eda09984f0548b58d0839d6d9734d584496d9 (diff)
downloadmeta-openembedded-contrib-3a483881b17099479e1060f182f09352082d42f8.tar.gz
dstat: upgrade 0.7.3 -> 0.7.4
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/dstat/dstat_0.7.4.bb')
-rw-r--r--meta-oe/recipes-support/dstat/dstat_0.7.4.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/dstat/dstat_0.7.4.bb b/meta-oe/recipes-support/dstat/dstat_0.7.4.bb
new file mode 100644
index 0000000000..8eb7157405
--- /dev/null
+++ b/meta-oe/recipes-support/dstat/dstat_0.7.4.bb
@@ -0,0 +1,22 @@
+SUMMARY = "versatile resource statics tool"
+DESCRIPTION = "Dstat is a versatile replacement for vmstat, iostat, netstat and ifstat. \
+Dstat overcomes some of their limitations and adds some extra features, more counters \
+and flexibility. Dstat is handy for monitoring systems during performance tuning tests, \
+benchmarks or troubleshooting."
+HOMEPAGE = "http://dag.wiee.rs/home-made/dstat"
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+DEPENDS += "asciidoc-native xmlto-native"
+
+SRC_URI = "git://github.com/dagwieers/dstat.git"
+
+SRCREV = "6f5db0aed26bf8cf2700d4ffe90a9bd3436ac728"
+
+S = "${WORKDIR}/git"
+
+do_install() {
+ oe_runmake 'DESTDIR=${D}' install
+}
+
+RDEPENDS_${PN} += "python-core python-misc python-resource python-shell python-unixadmin"