diff options
author | Derek Straka <derek@asterius.io> | 2016-08-09 19:13:39 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-15 12:31:59 +0200 |
commit | 5a8191503f582a50aefff11a1c191e770a92b35a (patch) | |
tree | a546433685ea7e0eb298e972a67ec31d4b7d21e1 /meta-oe | |
parent | 355cdb7045c8e4413b4f452fd6e68aab943568ac (diff) | |
download | meta-openembedded-5a8191503f582a50aefff11a1c191e770a92b35a.tar.gz |
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 <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-support/dstat/dstat_0.7.3.bb (renamed from meta-oe/recipes-support/dstat/dstat_0.7.2.bb) | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/meta-oe/recipes-support/dstat/dstat_0.7.2.bb b/meta-oe/recipes-support/dstat/dstat_0.7.3.bb index 63f1812b9..1673b910a 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 | |||
5 | benchmarks or troubleshooting." | 5 | benchmarks or troubleshooting." |
6 | HOMEPAGE = "http://dag.wiee.rs/home-made/dstat" | 6 | HOMEPAGE = "http://dag.wiee.rs/home-made/dstat" |
7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
9 | |||
10 | DEPENDS += "asciidoc-native" | ||
11 | |||
9 | SRC_URI = "git://github.com/dagwieers/dstat.git" | 12 | SRC_URI = "git://github.com/dagwieers/dstat.git" |
10 | SRC_URI[md5sum] = "798e050e2e024f08a272dd4b0e1eba41" | ||
11 | SRC_URI[sha256sum] = "96d1e6ea2434e477fa97322d92778f68458d7e57bc55bc4f72e29467a52cffd1" | ||
12 | 13 | ||
13 | SRCREV = "5251397eb8d3b284a90bfdfaec0c8e1210146e3f" | 14 | SRCREV = "ebace6d4177f8748f35cec87f7a49946046b0a20" |
14 | 15 | ||
15 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
16 | 17 | ||
17 | do_compile_prepend() { | ||
18 | #undo the step "make docs" | ||
19 | sed -i -e 's/$(MAKE) -C docs docs/# $(MAKE) -C docs docs/;' ${S}/Makefile | ||
20 | } | ||
21 | do_install() { | 18 | do_install() { |
22 | oe_runmake 'DESTDIR=${D}' install | 19 | oe_runmake 'DESTDIR=${D}' install |
23 | } | 20 | } |
21 | |||
22 | RDEPENDS_${PN} += "python-core python-misc python-resource python-shell python-unixadmin" | ||