diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2014-08-17 23:24:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-23 09:26:10 +0100 |
commit | 919a8e25e867e9dd4d8028cdfbd27dc4b0b8aa2d (patch) | |
tree | d16cdd8392dfea6dd609a74c7d25712c76756dab /meta/recipes-devtools | |
parent | 3c853816d8c2a16f73cf677facb08a3ea4ae0d2a (diff) | |
download | poky-919a8e25e867e9dd4d8028cdfbd27dc4b0b8aa2d.tar.gz |
xmlto: add bash to RDEPENDS_xmlto
Bash scripts:
xmlto/usr/bin/xmlto.real
(From OE-Core rev: b19c8990ef064a95b18784443be7e7e6a921ec23)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/xmlto/xmlto_0.0.25.bb | 3 |
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 | |||
15 | 15 | ||
16 | inherit autotools | 16 | inherit autotools |
17 | 17 | ||
18 | # xmlto needs getopt/xmllint/xsltproc at runtime | 18 | # xmlto needs getopt/xmllint/xsltproc/bash at runtime |
19 | RDEPENDS_${PN} = "docbook-xml-dtd4 \ | 19 | RDEPENDS_${PN} = "docbook-xml-dtd4 \ |
20 | docbook-xsl-stylesheets \ | 20 | docbook-xsl-stylesheets \ |
21 | util-linux \ | 21 | util-linux \ |
22 | libxml2 \ | 22 | libxml2 \ |
23 | bash \ | ||
23 | " | 24 | " |
24 | RDEPENDS_${PN}_append_class-target = " \ | 25 | RDEPENDS_${PN}_append_class-target = " \ |
25 | libxslt-bin \ | 26 | libxslt-bin \ |