From b19c8990ef064a95b18784443be7e7e6a921ec23 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Sun, 17 Aug 2014 23:24:06 -0700 Subject: xmlto: add bash to RDEPENDS_xmlto Bash scripts: xmlto/usr/bin/xmlto.real Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/recipes-devtools/xmlto/xmlto_0.0.25.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/xmlto') 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 \ -- cgit 1.2.3-korg