diff options
author | Roy Li <rongqing.li@windriver.com> | 2016-05-26 17:17:19 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-30 15:58:13 +0100 |
commit | 3a81a3d8c348183c361eae45c904831edfb7ab27 (patch) | |
tree | 703aabf95386306f6d48624dde81b52f819b05f5 | |
parent | 2dbd8733a76adc8619ea3ac491e335e878ecb01e (diff) | |
download | poky-3a81a3d8c348183c361eae45c904831edfb7ab27.tar.gz |
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>
-rw-r--r-- | meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb index 71f873f9ee..14d10094c6 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 | |||
14 | 14 | ||
15 | inherit autotools | 15 | inherit autotools |
16 | 16 | ||
17 | # xmlto needs getopt/xmllint/xsltproc/bash at runtime | 17 | # xmlto needs getopt/xmllint/xsltproc/bash/tail at runtime |
18 | RDEPENDS_${PN} = "docbook-xml-dtd4 \ | 18 | RDEPENDS_${PN} = "docbook-xml-dtd4 \ |
19 | docbook-xsl-stylesheets \ | 19 | docbook-xsl-stylesheets \ |
20 | util-linux \ | 20 | util-linux \ |
21 | libxml2 \ | 21 | libxml2 \ |
22 | bash \ | 22 | bash \ |
23 | coreutils \ | ||
23 | " | 24 | " |
24 | RDEPENDS_${PN}_append_class-target = " \ | 25 | RDEPENDS_${PN}_append_class-target = " \ |
25 | libxslt-bin \ | 26 | libxslt-bin \ |
26 | " | 27 | " |
28 | CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=${bindir}/tail" | ||
27 | 29 | ||
28 | BBCLASSEXTEND = "native" | 30 | BBCLASSEXTEND = "native" |
29 | 31 | ||