mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
3c853816d8
commit
919a8e25e8
@@ -15,11 +15,12 @@ SRC_URI[sha256sum] = "c52b56d929e8d20fc19cd3b7ec238f8d039730c56ee311cc352e843147
|
|||||||
|
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
# xmlto needs getopt/xmllint/xsltproc at runtime
|
# xmlto needs getopt/xmllint/xsltproc/bash at runtime
|
||||||
RDEPENDS_${PN} = "docbook-xml-dtd4 \
|
RDEPENDS_${PN} = "docbook-xml-dtd4 \
|
||||||
docbook-xsl-stylesheets \
|
docbook-xsl-stylesheets \
|
||||||
util-linux \
|
util-linux \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
|
bash \
|
||||||
"
|
"
|
||||||
RDEPENDS_${PN}_append_class-target = " \
|
RDEPENDS_${PN}_append_class-target = " \
|
||||||
libxslt-bin \
|
libxslt-bin \
|
||||||
|
|||||||
Reference in New Issue
Block a user