* [PATCH] xmlto: Add libxslt to native DEPENDS
@ 2016-10-06 18:38 Saul Wold
0 siblings, 0 replies; only message in thread
From: Saul Wold @ 2016-10-06 18:38 UTC (permalink / raw)
To: openembedded-core, richard.purdie
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 <sgw@linux.intel.com>
---
meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
index 886e7b4..aaaeb6e 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 \
--
2.7.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-10-06 18:38 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-06 18:38 [PATCH] xmlto: Add libxslt to native DEPENDS Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox