All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xmlto: xsltproc is required by both native and target
@ 2015-08-24  3:19 rongqing.li
  2015-08-24 16:18 ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: rongqing.li @ 2015-08-24  3:19 UTC (permalink / raw)
  To: openembedded-core

From: Roy Li <rongqing.li@windriver.com>

xsltproc is required by both native and target, so add libxslt to
RDEPENDS unconditionally

Signed-off-by: Roy Li <rongqing.li@windriver.com>
---
 meta/recipes-devtools/xmlto/xmlto_0.0.26.bb | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb b/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb
index a7a0183..767d258 100644
--- a/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb
+++ b/meta/recipes-devtools/xmlto/xmlto_0.0.26.bb
@@ -20,9 +20,7 @@ RDEPENDS_${PN} = "docbook-xml-dtd4 \
                   util-linux \
                   libxml2 \
                   bash \
-"
-RDEPENDS_${PN}_append_class-target = " \
-                  libxslt-bin \
+                  libxslt \
 "
 
 BBCLASSEXTEND = "native"
-- 
1.9.1



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

* Re: [PATCH] xmlto: xsltproc is required by both native and target
  2015-08-24  3:19 [PATCH] xmlto: xsltproc is required by both native and target rongqing.li
@ 2015-08-24 16:18 ` Burton, Ross
  2015-08-25  2:05   ` Rongqing Li
  0 siblings, 1 reply; 3+ messages in thread
From: Burton, Ross @ 2015-08-24 16:18 UTC (permalink / raw)
  To: rongqing.li; +Cc: OE-core

[-- Attachment #1: Type: text/plain, Size: 579 bytes --]

On 24 August 2015 at 04:19, <rongqing.li@windriver.com> wrote:

> @@ -20,9 +20,7 @@ RDEPENDS_${PN} = "docbook-xml-dtd4 \
>                    util-linux \
>                    libxml2 \
>                    bash \
> -"
> -RDEPENDS_${PN}_append_class-target = " \
> -                  libxslt-bin \
> +                  libxslt \
>

This drops the runtime dependency on libxslt-bin, is this intentional?
Should the dependency on libxslt be libxslt-bin?  Does it even need an
explicit dependency on libxml? (does it use the xmllint or xmlcatalog
binaries).

Ross

[-- Attachment #2: Type: text/html, Size: 1064 bytes --]

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

* Re: [PATCH] xmlto: xsltproc is required by both native and target
  2015-08-24 16:18 ` Burton, Ross
@ 2015-08-25  2:05   ` Rongqing Li
  0 siblings, 0 replies; 3+ messages in thread
From: Rongqing Li @ 2015-08-25  2:05 UTC (permalink / raw)
  To: Burton, Ross; +Cc: OE-core



On 2015年08月25日 00:18, Burton, Ross wrote:
>
> On 24 August 2015 at 04:19, <rongqing.li@windriver.com
> <mailto:rongqing.li@windriver.com>> wrote:
>
>     @@ -20,9 +20,7 @@ RDEPENDS_${PN} = "docbook-xml-dtd4 \
>                         util-linux \
>                         libxml2 \
>                         bash \
>     -"
>     -RDEPENDS_${PN}_append_class-target = " \
>     -                  libxslt-bin \
>     +                  libxslt \
>
>
> This drops the runtime dependency on libxslt-bin, is this intentional?
> Should the dependency on libxslt be libxslt-bin?  Does it even need an
> explicit dependency on libxml? (does it use the xmllint or xmlcatalog
> binaries).
>
> Ross

it should be that target depends on libxslt-bin, and native depends on
libxslt, and dependency on libxml has been added on RDEPENDS

I will send v2


-- 
Best Reagrds,
Roy | RongQing Li


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

end of thread, other threads:[~2015-08-25  2:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-24  3:19 [PATCH] xmlto: xsltproc is required by both native and target rongqing.li
2015-08-24 16:18 ` Burton, Ross
2015-08-25  2: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.