Re: [OE-core] RDEPENDS_${PN} and virtclass-native

2011-05-26 Thread Phil Blundell
On Wed, 2011-05-25 at 16:08 -0700, Khem Raj wrote: while we are talking about fixing native.bbclass on a different tangent. I think overrides is another thing we need to fix specially libc overrides. When a recipe inherits native,cross, or nativesdk then we have to change the libc override to

Re: [OE-core] RDEPENDS_${PN} and virtclass-native

2011-05-26 Thread Phil Blundell
On Wed, 2011-05-25 at 18:01 +0100, Phil Blundell wrote: Now, leaving aside the question of whether it is reasonable for prelink to be depending on transfig, This also seemed worthy of a bit of further investigation. Here's what I found out: The dependency on transfig-native was added by

[OE-core] RDEPENDS_${PN} and virtclass-native

2011-05-25 Thread Phil Blundell
By way of displacement activity to avoid actually fixing my perl compilation problem, it occurred to me to investigate why perl was getting dragged into a micro-base-image build in the first place. The culprit turns out to be imake, which does: RDEPENDS_${PN} = perl xproto and is then

Re: [OE-core] RDEPENDS_${PN} and virtclass-native

2011-05-25 Thread Chris Larson
On Wed, May 25, 2011 at 10:01 AM, Phil Blundell p...@pbcl.net wrote: By way of displacement activity to avoid actually fixing my perl compilation problem, it occurred to me to investigate why perl was getting dragged into a micro-base-image build in the first place.  The culprit turns out to

Re: [OE-core] RDEPENDS_${PN} and virtclass-native

2011-05-25 Thread Khem Raj
On Wed, May 25, 2011 at 4:02 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Wed, 2011-05-25 at 18:01 +0100, Phil Blundell wrote: By way of displacement activity to avoid actually fixing my perl compilation problem, it occurred to me to investigate why perl was getting dragged

Re: [OE-core] RDEPENDS_${PN} and virtclass-native

2011-05-25 Thread Richard Purdie
On Thu, 2011-05-26 at 00:02 +0100, Richard Purdie wrote: I think we need to fix native.bbclass. I dread to think what this is doing to the dependency tree at present. We did remove most references to RDEPENDS directly so I think that makes this a high priority to fix. I'd note that the