aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2016-08-07 18:55:32 -0700
committerRobert Yang <liezhi.yang@windriver.com>2016-08-07 22:39:08 -0700
commit0b7f903f8c74204bb48cc74ce1a6957534ac9ede (patch)
treea313621c174f6b9d0b72809aa31bb36d4a7b58f4
parentc4dda05cb9755cb865c1d1bd142196f8a9f45d3d (diff)
downloadopenembedded-core-contrib-rbt/xml.tar.gz
xmlto: fix depends for nativerbt/xml
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 <liezhi.yang@windriver.com>
-rw-r--r--meta/recipes-devtools/xmlto/xmlto_0.0.28.bb2
1 files changed, 1 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 886e7b4b93..d6f2e928c4 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"