[oe] staging ABI changes and broken idium

Richard Purdie rpurdie at rpsys.net
Wed Mar 12 09:17:54 UTC 2008


On Wed, 2008-03-12 at 09:18 +0100, Holger Freyther wrote:
> On Wednesday 12 March 2008 08:59:47 Koen Kooi wrote:
> > Koen Kooi schreef:
> 
> > | (from gimp.inc)
> > | do_configure_append() {
> > | ~    find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
> > | }
> >
> > Switching on my brain, the above isn't needed anymore, right?
> 
> -I/usr/include is still bad (assuming it holds your system headers).

We want the -I/usr/include removed since we must not use system headers
but we don't need any such include since sysroot or our standard CFLAGS
will pick up staging. s:'-I$(includedir)'::g should therefore be ok.

Cheers,

Richard







More information about the Openembedded-devel mailing list