From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 2F28476AC7 for ; Sun, 6 Sep 2015 05:19:53 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id t865JqnP006660 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Sat, 5 Sep 2015 22:19:52 -0700 (PDT) Received: from [128.224.162.158] (128.224.162.158) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.3.235.1; Sat, 5 Sep 2015 22:19:52 -0700 Message-ID: <55EBCCF7.3080204@windriver.com> Date: Sun, 6 Sep 2015 13:19:51 +0800 From: Rongqing Li User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: References: <1440568528-26012-1-git-send-email-rongqing.li@windriver.com> In-Reply-To: <1440568528-26012-1-git-send-email-rongqing.li@windriver.com> Subject: Re: [PATCH][v2] xmlto: xsltproc is required by both native and target X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2015 05:19:54 -0000 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit ping -Roy On 2015年08月26日 13:55, rongqing.li@windriver.com wrote: > From: Roy Li > > 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 > --- > 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