[oe-commits] [openembedded-core] 33/56: xmlto: xmlto needs tail to run

git at git.openembedded.org git at git.openembedded.org
Mon May 30 08:38:56 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5c70c799643f9c62c58d6fb1fe97e2e6ee7ccf0f
Author: Roy Li <rongqing.li at windriver.com>
AuthorDate: Thu May 26 17:17:19 2016 +0800

    xmlto: xmlto needs tail to run
    
    Signed-off-by: Roy Li <rongqing.li at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
index 71f873f..14d1009 100644
--- a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
+++ b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
@@ -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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list