Re: [oe] [meta-oe][warrior][PATCH] xmlrpc-c: Remove the RDEPENDS on perl

2019-10-10 Thread Adrian Bunk
On Wed, Oct 09, 2019 at 11:13:00AM -0700, akuster808 wrote:
> On 10/9/19 12:42 AM, Adrian Bunk wrote:
> > The tools that use perl are no longer built.
> 
> What error are you seeing that this fixes in warrior?

It needlessly pulls in perl.

> - armin

cu
Adrian

-- 

   "Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
   "Only a promise," Lao Er said.
   Pearl S. Buck - Dragon Seed

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


Re: [oe] [meta-oe][warrior][PATCH] xmlrpc-c: Remove the RDEPENDS on perl

2019-10-09 Thread akuster808



On 10/9/19 12:42 AM, Adrian Bunk wrote:
> The tools that use perl are no longer built.

What error are you seeing that this fixes in warrior?

- armin
>
> Signed-off-by: Adrian Bunk 
> Signed-off-by: Khem Raj 
> ---
>  meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb 
> b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb
> index 524263760..6c31b6981 100644
> --- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb
> +++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb
> @@ -15,7 +15,6 @@ SRCREV = "343a3b98e54999d67edb644bcd395aa9784fb16e"
>  S = "${WORKDIR}/git/stable"
>  
>  DEPENDS = "libxml2"
> -RDEPENDS_${PN} = "perl"
>  
>  inherit autotools-brokensep binconfig pkgconfig
>  

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel


[oe] [meta-oe][warrior][PATCH] xmlrpc-c: Remove the RDEPENDS on perl

2019-10-09 Thread Adrian Bunk
The tools that use perl are no longer built.

Signed-off-by: Adrian Bunk 
Signed-off-by: Khem Raj 
---
 meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb 
b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb
index 524263760..6c31b6981 100644
--- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb
+++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.51.03.bb
@@ -15,7 +15,6 @@ SRCREV = "343a3b98e54999d67edb644bcd395aa9784fb16e"
 S = "${WORKDIR}/git/stable"
 
 DEPENDS = "libxml2"
-RDEPENDS_${PN} = "perl"
 
 inherit autotools-brokensep binconfig pkgconfig
 
-- 
2.17.1

-- 
___
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel