diff options
author | Saul Wold <sgw@linux.intel.com> | 2016-10-06 11:38:59 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-07 16:43:57 +0100 |
commit | e96af0c0b9a11234cd1f0c75ebe1dfec3e59c183 (patch) | |
tree | 5def323ea78412684d8cb4ed39c529bc3828b42a | |
parent | ef7828c9f2955dfde09a0c83694c8a67cdc34b40 (diff) | |
download | poky-e96af0c0b9a11234cd1f0c75ebe1dfec3e59c183.tar.gz |
xmlto: Add libxslt to native DEPENDS
xmlto requires xsltproc to work correctly, it was being included
for the target, but may have been finding host contamination.
[YOCTO #10366]
(From OE-Core rev: b7e5b9ec4f71a3b8dcb4fe56aa1b971383a6fa27)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb index 886e7b4b93..aaaeb6eb2f 100644 --- a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb +++ b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | |||
@@ -13,6 +13,7 @@ SRC_URI[md5sum] = "a1fefad9d83499a15576768f60f847c6" | |||
13 | SRC_URI[sha256sum] = "2f986b7c9a0e9ac6728147668e776d405465284e13c74d4146c9cbc51fd8aad3" | 13 | SRC_URI[sha256sum] = "2f986b7c9a0e9ac6728147668e776d405465284e13c74d4146c9cbc51fd8aad3" |
14 | 14 | ||
15 | inherit autotools | 15 | inherit autotools |
16 | RDEPENDS_class-native = "libxslt-native" | ||
16 | 17 | ||
17 | # xmlto needs getopt/xmllint/xsltproc/bash/tail at runtime | 18 | # xmlto needs getopt/xmllint/xsltproc/bash/tail at runtime |
18 | RDEPENDS_${PN} = "docbook-xml-dtd4 \ | 19 | RDEPENDS_${PN} = "docbook-xml-dtd4 \ |