Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH][v2] xmlto: xsltproc is required by both native and target
@ 2015-08-26  5:55 rongqing.li
  2015-09-06  5:19 ` Rongqing Li
  0 siblings, 1 reply; 4+ messages in thread
From: rongqing.li @ 2015-08-26  5:55 UTC (permalink / raw)
  To: openembedded-core

From: Roy Li <rongqing.li@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@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



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

end of thread, other threads:[~2015-09-24  7:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-26  5:55 [PATCH][v2] xmlto: xsltproc is required by both native and target rongqing.li
2015-09-06  5:19 ` Rongqing Li
2015-09-14  0:32   ` Rongqing Li
2015-09-24  7: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