Re: [OE-core] [PATCH] rpm: avoid dependency on perl and python for -native build

2011-06-03 Thread Phil Blundell
On Thu, 2011-06-02 at 23:26 +0100, Richard Purdie wrote: > My understanding is that if you are going to explicitly override DEPENDS > like that you get what you say you want. We therefore likely need to do > something like: > > DEPENDS = "X Y Z ${EXTRAPERLDEPS}" > EXTRAPERLDEPS = "perl python" > E

Re: [OE-core] [PATCH] rpm: avoid dependency on perl and python for -native build

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 22:37 +0100, Phil Blundell wrote: > On Thu, 2011-06-02 at 22:25 +0100, Richard Purdie wrote: > > | checking pcre.h usability... no > > | checking pcre.h presence... no > > | checking for pcre.h... no > > | checking for pcre_compile in -lpcre... no > > | checking whether to bui

Re: [OE-core] [PATCH] rpm: avoid dependency on perl and python for -native build

2011-06-02 Thread Phil Blundell
On Thu, 2011-06-02 at 22:25 +0100, Richard Purdie wrote: > | checking pcre.h usability... no > | checking pcre.h presence... no > | checking for pcre.h... no > | checking for pcre_compile in -lpcre... no > | checking whether to build with PCRE library... no > | ++ executing failure action > | confi

Re: [OE-core] [PATCH] rpm: avoid dependency on perl and python for -native build

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 10:48 +0100, Phil Blundell wrote: > Update override naming (_native -> _virtclass-native) to disable perl > and python bindings when building native rpm, and adjust the DEPENDS to > match. > > Perl bindings were, in fact, already disabled for both native and target > builds s

Re: [OE-core] [PATCH] rpm: avoid dependency on perl and python for -native build

2011-06-02 Thread Richard Purdie
On Thu, 2011-06-02 at 10:48 +0100, Phil Blundell wrote: > Update override naming (_native -> _virtclass-native) to disable perl > and python bindings when building native rpm, and adjust the DEPENDS to > match. > > Perl bindings were, in fact, already disabled for both native and target > builds s

Re: [OE-core] [PATCH] rpm: avoid dependency on perl and python for -native build

2011-06-02 Thread Mark Hatle
On 6/2/11 4:48 AM, Phil Blundell wrote: > Update override naming (_native -> _virtclass-native) to disable perl > and python bindings when building native rpm, and adjust the DEPENDS to > match. > > Perl bindings were, in fact, already disabled for both native and target > builds so it's only the

[OE-core] [PATCH] rpm: avoid dependency on perl and python for -native build

2011-06-02 Thread Phil Blundell
Update override naming (_native -> _virtclass-native) to disable perl and python bindings when building native rpm, and adjust the DEPENDS to match. Perl bindings were, in fact, already disabled for both native and target builds so it's only the python ones that have really changed. Signed-off-by