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 09:30:32 +0100 |
commit | 5c70c799643f9c62c58d6fb1fe97e2e6ee7ccf0f (patch) | |
tree | 1c989aed10586a8866092eea6ba56ed21e8c5a74 /meta/recipes-devtools/xmlto | |
parent | 3493bda7c10ba12a596ba0224eca646b93ea9181 (diff) | |
download | openembedded-core-contrib-5c70c799643f9c62c58d6fb1fe97e2e6ee7ccf0f.tar.gz |
xmlto: xmlto needs tail to run
Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/xmlto')
-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 71f873f9ee6..14d10094c6d 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" |