ping -Roy
On 2015年08月26日 13:55, [email protected] wrote:
From: Roy Li <[email protected]> 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 <[email protected]> --- 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"
-- Best Reagrds, Roy | RongQing Li -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
