mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
xmlto: xmlto needs tail to run
(From OE-Core rev: 5c70c799643f9c62c58d6fb1fe97e2e6ee7ccf0f) Signed-off-by: Roy Li <rongqing.li@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -14,16 +14,18 @@ SRC_URI[sha256sum] = "2f986b7c9a0e9ac6728147668e776d405465284e13c74d4146c9cbc51f
|
||||
|
||||
inherit autotools
|
||||
|
||||
# xmlto needs getopt/xmllint/xsltproc/bash at runtime
|
||||
# xmlto needs getopt/xmllint/xsltproc/bash/tail at runtime
|
||||
RDEPENDS_${PN} = "docbook-xml-dtd4 \
|
||||
docbook-xsl-stylesheets \
|
||||
util-linux \
|
||||
libxml2 \
|
||||
bash \
|
||||
coreutils \
|
||||
"
|
||||
RDEPENDS_${PN}_append_class-target = " \
|
||||
libxslt-bin \
|
||||
"
|
||||
CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=${bindir}/tail"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user