[oe] [meta-oe][PATCH] dstat: update to version 0.7.3

Derek Straka derek at asterius.io
Tue Aug 9 23:13:39 UTC 2016


  * License checksum updated for whitespace differences
  * Add DEPENDS for asciidoc-native
  * Add RDEPENDS for python

Signed-off-by: Derek Straka <derek at asterius.io>
---
 .../dstat/{dstat_0.7.2.bb => dstat_0.7.3.bb}              | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)
 rename meta-oe/recipes-support/dstat/{dstat_0.7.2.bb => dstat_0.7.3.bb} (57%)

diff --git a/meta-oe/recipes-support/dstat/dstat_0.7.2.bb b/meta-oe/recipes-support/dstat/dstat_0.7.3.bb
similarity index 57%
rename from meta-oe/recipes-support/dstat/dstat_0.7.2.bb
rename to meta-oe/recipes-support/dstat/dstat_0.7.3.bb
index 63f1812..1673b91 100644
--- a/meta-oe/recipes-support/dstat/dstat_0.7.2.bb
+++ b/meta-oe/recipes-support/dstat/dstat_0.7.3.bb
@@ -5,19 +5,18 @@ and flexibility. Dstat is handy for monitoring systems during performance tuning
 benchmarks or troubleshooting."
 HOMEPAGE = "http://dag.wiee.rs/home-made/dstat"
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
+
+DEPENDS += "asciidoc-native"
+
 SRC_URI = "git://github.com/dagwieers/dstat.git"
-SRC_URI[md5sum] = "798e050e2e024f08a272dd4b0e1eba41"
-SRC_URI[sha256sum] = "96d1e6ea2434e477fa97322d92778f68458d7e57bc55bc4f72e29467a52cffd1"
 
-SRCREV = "5251397eb8d3b284a90bfdfaec0c8e1210146e3f"
+SRCREV = "ebace6d4177f8748f35cec87f7a49946046b0a20"
 
 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
 }
+
+RDEPENDS_${PN} += "python-core python-misc python-resource python-shell python-unixadmin"
-- 
1.9.1




More information about the Openembedded-devel mailing list