After talked with Ming, we should use his patch:
xmlto: adds libxslt to DEPENDS
My patch moved libxslt-bin from RDEPENDS_${PN}_append_class-target to
RDEPENDS_${PN} but renamed to libxslt, which will cause libxslt to
be installed on target but not libxslt-bin.
// Robert
On 08/08/2016 01:46 PM, Robert Yang wrote:
xmlto-native requires xsltproc which is provided by libxslt to run.
Fixed:
xmlto: Can't continue, xsltproc tool not found or not executable.
Signed-off-by: Robert Yang <[email protected]>
---
meta/recipes-devtools/xmlto/xmlto_0.0.28.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
index 886e7b4..d6f2e92 100644
--- a/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
+++ b/meta/recipes-devtools/xmlto/xmlto_0.0.28.bb
@@ -20,9 +20,9 @@ RDEPENDS_${PN} = "docbook-xml-dtd4 \
util-linux \
libxml2 \
bash \
+ libxslt \
"
RDEPENDS_${PN}_append_class-target = " \
- libxslt-bin \
coreutils \
"
CACHED_CONFIGUREVARS += "ac_cv_path_TAIL=${bindir}/tail"
--
_______________________________________________
Openembedded-core mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-core