]> code.ossystems Code Review - openembedded-core.git/commitdiff
xmlto: add bash to RDEPENDS_xmlto
authorRobert Yang <liezhi.yang@windriver.com>
Mon, 18 Aug 2014 06:24:06 +0000 (23:24 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Aug 2014 08:25:05 +0000 (09:25 +0100)
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>
meta/recipes-devtools/xmlto/xmlto_0.0.25.bb

index 2747d6d2d6b8e8e1feb1ef3bc013726eedb47c42..2698b1c258197121869d4e63440e16136e94ca98 100644 (file)
@@ -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 \