[OE-core] [PATCH][v2] xmlto: xsltproc is required by both native and target

rongqing.li at windriver.com rongqing.li at windriver.com
Wed Aug 26 05:55:28 UTC 2015


From: Roy Li <rongqing.li at windriver.com>

xsltproc is used to perform the XSL-T transformation by xmlto by default,
so it is required by both native and target, and target has the dependence
on libxslt-bin, so add libxslt to native RDEPENDS

Signed-off-by: Roy Li <rongqing.li at windriver.com>
---
 meta/recipes-devtools/xmlto/xmlto_0.0.26.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb
index a7a0183..688be74 100644
--- a/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb
+++ b/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb
@@ -24,6 +24,9 @@ RDEPENDS_${PN} = "docbook-xml-dtd4 \
 RDEPENDS_${PN}_append_class-target = " \
                   libxslt-bin \
 "
+RDEPENDS_${PN}_append_class-native = " \
+                  libxslt \
+"
 
 BBCLASSEXTEND = "native"
 
-- 
1.9.1




More information about the Openembedded-core mailing list