All the mail mirrored from lore.kernel.org
 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

* Re: [PATCH][v2] xmlto: xsltproc is required by both native and target
  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
  0 siblings, 1 reply; 4+ messages in thread
From: Rongqing Li @ 2015-09-06  5:19 UTC (permalink / raw
  To: openembedded-core

ping

-Roy

On 2015年08月26日 13:55, rongqing.li@windriver.com wrote:
> 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"
>
>

-- 
Best Reagrds,
Roy | RongQing Li


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

* Re: [PATCH][v2] xmlto: xsltproc is required by both native and target
  2015-09-06  5:19 ` Rongqing Li
@ 2015-09-14  0:32   ` Rongqing Li
  2015-09-24  7:05     ` Rongqing Li
  0 siblings, 1 reply; 4+ messages in thread
From: Rongqing Li @ 2015-09-14  0:32 UTC (permalink / raw
  To: openembedded-core

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 <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"
>>
>>
>

-- 
Best Reagrds,
Roy | RongQing Li


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

* Re: [PATCH][v2] xmlto: xsltproc is required by both native and target
  2015-09-14  0:32   ` Rongqing Li
@ 2015-09-24  7:05     ` Rongqing Li
  0 siblings, 0 replies; 4+ messages in thread
From: Rongqing Li @ 2015-09-24  7:05 UTC (permalink / raw
  To: openembedded-core

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 <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"
>>>
>>>
>>
>

-- 
Best Reagrds,
Roy | RongQing Li


^ permalink raw reply	[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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.