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 CB0A376FF5 for ; Thu, 24 Sep 2015 07:05:01 +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 t8O752mg007543 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Thu, 24 Sep 2015 00:05:02 -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; Thu, 24 Sep 2015 00:05:01 -0700 To: References: <1440568528-26012-1-git-send-email-rongqing.li@windriver.com> <55EBCCF7.3080204@windriver.com> <55F615AB.5090305@windriver.com> From: Rongqing Li Message-ID: <5603A09C.4030700@windriver.com> Date: Thu, 24 Sep 2015 15:05:00 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <55F615AB.5090305@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: Thu, 24 Sep 2015 07:05:01 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit ping -R On 2015年09月14日 08:32, Rongqing Li wrote: > ping > > -Roy > > On 2015年09月06日 13:19, Rongqing Li wrote: >> 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