diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-04-07 12:17:51 -0700 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-04-24 11:00:53 +0200 |
| commit | 584d3114ac565c76f968c96463c24277d964fb92 (patch) | |
| tree | fb9dacbda49bbeb350a1c8c2e5ef32ee21e306d3 | |
| parent | 5780e186c398a9baf30865acc5c3d51300ff2954 (diff) | |
| download | meta-openembedded-584d3114ac565c76f968c96463c24277d964fb92.tar.gz | |
dstat: Add missing dep on xmlto-native
Fixes
| make[1]: xmlto: Command not found
| make[1]: *** [dstat.1] Error 127
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/dstat/dstat_0.7.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/dstat/dstat_0.7.3.bb b/meta-oe/recipes-support/dstat/dstat_0.7.3.bb index 1673b910ac..18af738fa8 100644 --- a/meta-oe/recipes-support/dstat/dstat_0.7.3.bb +++ b/meta-oe/recipes-support/dstat/dstat_0.7.3.bb | |||
| @@ -7,7 +7,7 @@ HOMEPAGE = "http://dag.wiee.rs/home-made/dstat" | |||
| 7 | LICENSE = "GPLv2" | 7 | LICENSE = "GPLv2" |
| 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 9 | 9 | ||
| 10 | DEPENDS += "asciidoc-native" | 10 | DEPENDS += "asciidoc-native xmlto-native" |
| 11 | 11 | ||
| 12 | SRC_URI = "git://github.com/dagwieers/dstat.git" | 12 | SRC_URI = "git://github.com/dagwieers/dstat.git" |
| 13 | 13 | ||
