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

rongqing.li at windriver.com rongqing.li at windriver.com
Mon Aug 24 03:19:19 UTC 2015


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

xsltproc is required by both native and target, so add libxslt to
RDEPENDS unconditionally

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

diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb
index a7a0183..767d258 100644
--- a/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb
+++ b/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb
@@ -20,9 +20,7 @@ RDEPENDS_${PN} = "docbook-xml-dtd4 \
                   util-linux \
                   libxml2 \
                   bash \
-"
-RDEPENDS_${PN}_append_class-target = " \
-                  libxslt-bin \
+                  libxslt \
 "
 
 BBCLASSEXTEND = "native"
-- 
1.9.1




More information about the Openembedded-core mailing list