aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/xmlto
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2014-08-17 23:24:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-08-23 09:25:05 +0100
commitb19c8990ef064a95b18784443be7e7e6a921ec23 (patch)
tree564b492d41eaaa33eaa66460d790d228cf9d3846 /meta/recipes-devtools/xmlto
parent6e5764db0cf8f45b5492cfbe450bc2562d959dc2 (diff)
downloadopenembedded-core-contrib-b19c8990ef064a95b18784443be7e7e6a921ec23.tar.gz
xmlto: add bash to RDEPENDS_xmlto
Bash scripts: xmlto/usr/bin/xmlto.real Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/xmlto')
-rw-r--r--meta/recipes-devtools/xmlto/xmlto_0.0.25.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.25.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.25.bb
index 2747d6d2d6..2698b1c258 100644
--- a/meta/recipes-devtools/xmlto/xmlto_0.0.25.bb
+++ b/meta/recipes-devtools/xmlto/xmlto_0.0.25.bb
@@ -15,11 +15,12 @@ SRC_URI[sha256sum] = "c52b56d929e8d20fc19cd3b7ec238f8d039730c56ee311cc352e843147
inherit autotools
-# xmlto needs getopt/xmllint/xsltproc at runtime
+# xmlto needs getopt/xmllint/xsltproc/bash at runtime
RDEPENDS_${PN} = "docbook-xml-dtd4 \
docbook-xsl-stylesheets \
util-linux \
libxml2 \
+ bash \
"
RDEPENDS_${PN}_append_class-target = " \
libxslt-bin \