]> code.ossystems Code Review - openembedded-core.git/commitdiff
xmlto: xmlto needs tail to run
authorRoy Li <rongqing.li@windriver.com>
Thu, 26 May 2016 09:17:19 +0000 (17:17 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 May 2016 08:30:32 +0000 (09:30 +0100)
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/xmlto/xmlto_0.0.28.bb

index 71f873f9ee632de965df76e79985480577c642df..14d10094c6de1c701d7b474129b7269e06c53f83 100644 (file)
@@ -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"