Re: [OE-core] [poky] -dev RPM packages Require:ing all of their bitbake build dependences

2012-01-04 Thread Richard Purdie
On Tue, 2012-01-03 at 21:08 -0500, Colin Walters wrote: I'm trying to use Yocto to generate a target which has standard build tools like gcc, make, the glibc headers etc. In theory, this is solved by task-core-sdk, but I ran into the issue that pkg-config-dev contains pkg.m4 which is

Re: [OE-core] [poky] -dev RPM packages Require:ing all of their bitbake build dependences

2012-01-04 Thread Chris Larson
On Wed, Jan 4, 2012 at 9:23 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Another approach would be to stop injecting -dev Requires by default.  I imagine this was done to handle the case of library A whose headers require library B.  However, a saner way to handle this I think

Re: [OE-core] [poky] -dev RPM packages Require:ing all of their bitbake build dependences

2012-01-04 Thread Mark Hatle
On 1/4/12 10:34 AM, Chris Larson wrote: On Wed, Jan 4, 2012 at 9:23 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Another approach would be to stop injecting -dev Requires by default. I imagine this was done to handle the case of library A whose headers require library B.