From: Saul Wold Date: Thu, 6 Oct 2016 18:38:59 +0000 (-0700) Subject: xmlto: Add libxslt to native DEPENDS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~23932 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7e5b9ec4f71a3b8dcb4fe56aa1b971383a6fa27;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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] Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb index 886e7b4b931..aaaeb6eb2f1 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" SRC_URI[sha256sum] = "2f986b7c9a0e9ac6728147668e776d405465284e13c74d4146c9cbc51fd8aad3" inherit autotools +RDEPENDS_class-native = "libxslt-native" # xmlto needs getopt/xmllint/xsltproc/bash/tail at runtime RDEPENDS_${PN} = "docbook-xml-dtd4 \