Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] xmlto: xsltproc is required by both native and target
@ 2015-08-24  3:19 rongqing.li
  2015-08-24 16:18 ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: rongqing.li @ 2015-08-24  3:19 UTC (permalink / raw)
  To: openembedded-core

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

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

Signed-off-by: Roy Li <rongqing.li@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-25  2:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-24  3:19 [PATCH] xmlto: xsltproc is required by both native and target rongqing.li
2015-08-24 16:18 ` Burton, Ross
2015-08-25  2:05   ` Rongqing Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox