All of lore.kernel.org
 help / color / mirror / Atom feed
* staging ABI changes and broken idium
@ 2008-03-12  7:27 Holger Freyther
  2008-03-12  7:54 ` Koen Kooi
  0 siblings, 1 reply; 8+ messages in thread
From: Holger Freyther @ 2008-03-12  7:27 UTC (permalink / raw)
  To: openembedded-devel

Hey,
I was a bit stupid and fought with this issue:

do_compile_prepend() {
	sed -i s,/usr/include,${STAGING_INCDIR},g Makefile
}


What is wrong with this? STAGING_INCDIR is now ending with /usr/include. I 
have grepped through our bb files and searched for this and found quite some 
files doing this.

How to tackle this issue:
	a) Fix the autotools/Makefile.am to not have $(includedir) there
	b) change the sed to be 'absolute' -I/usr/include


This is the command I use to search for it (many places are correct):
	find . -name '*.bb' -exec grep -H "sed " {} \; | grep "/usr/include"

A helping hand fixing these would be appreciated. Something like this might 
exist for other dirs (e.g. libdir) as well and need further checking.


z.



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-03-12  9:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-12  7:27 staging ABI changes and broken idium Holger Freyther
2008-03-12  7:54 ` Koen Kooi
2008-03-12  7:59   ` Koen Kooi
2008-03-12  8:18     ` Holger Freyther
2008-03-12  9:17       ` Richard Purdie
2008-03-12  9:42         ` Holger Freyther
2008-03-12  8:37     ` Holger Freyther
2008-03-12  8:24   ` Holger Freyther

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.