From 5a8191503f582a50aefff11a1c191e770a92b35a Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 9 Aug 2016 19:13:39 -0400 Subject: dstat: update to version 0.7.3 * License checksum updated for whitespace differences * Add DEPENDS for asciidoc-native * Add RDEPENDS for python Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-oe/recipes-support/dstat/dstat_0.7.2.bb | 23 ----------------------- meta-oe/recipes-support/dstat/dstat_0.7.3.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 23 deletions(-) delete mode 100644 meta-oe/recipes-support/dstat/dstat_0.7.2.bb create mode 100644 meta-oe/recipes-support/dstat/dstat_0.7.3.bb diff --git a/meta-oe/recipes-support/dstat/dstat_0.7.2.bb b/meta-oe/recipes-support/dstat/dstat_0.7.2.bb deleted file mode 100644 index 63f1812b99..0000000000 --- a/meta-oe/recipes-support/dstat/dstat_0.7.2.bb +++ /dev/null @@ -1,23 +0,0 @@ -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=94d55d512a9ba36caa9b7df079bae19f" -SRC_URI = "git://github.com/dagwieers/dstat.git" -SRC_URI[md5sum] = "798e050e2e024f08a272dd4b0e1eba41" -SRC_URI[sha256sum] = "96d1e6ea2434e477fa97322d92778f68458d7e57bc55bc4f72e29467a52cffd1" - -SRCREV = "5251397eb8d3b284a90bfdfaec0c8e1210146e3f" - -S = "${WORKDIR}/git" - -do_compile_prepend() { - #undo the step "make docs" - sed -i -e 's/$(MAKE) -C docs docs/# $(MAKE) -C docs docs/;' ${S}/Makefile -} -do_install() { - oe_runmake 'DESTDIR=${D}' install -} diff --git a/meta-oe/recipes-support/dstat/dstat_0.7.3.bb b/meta-oe/recipes-support/dstat/dstat_0.7.3.bb new file mode 100644 index 0000000000..1673b910ac --- /dev/null +++ b/meta-oe/recipes-support/dstat/dstat_0.7.3.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" + +SRC_URI = "git://github.com/dagwieers/dstat.git" + +SRCREV = "ebace6d4177f8748f35cec87f7a49946046b0a20" + +S = "${WORKDIR}/git" + +do_install() { + oe_runmake 'DESTDIR=${D}' install +} + +RDEPENDS_${PN} += "python-core python-misc python-resource python-shell python-unixadmin" -- cgit v1.2.3-54-g00ecf