[oe-commits] Robert Yang : xmlto: add bash to RDEPENDS_xmlto

git at git.openembedded.org git at git.openembedded.org
Wed Aug 20 14:09:10 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: 7b23800e679e950b25752c876510db85cedfe77f
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=7b23800e679e950b25752c876510db85cedfe77f

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sun Aug 17 23:24:06 2014 -0700

xmlto: add bash to RDEPENDS_xmlto

Bash scripts:
xmlto/usr/bin/xmlto.real

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-devtools/xmlto/xmlto_0.0.25.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.25.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.25.bb
index 2747d6d..2698b1c 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 \



More information about the Openembedded-commits mailing list