All of lore.kernel.org
 help / color / mirror / Atom feed
* pkgconfig.bbclass changes
@ 2008-09-23 11:54 Koen Kooi
  2008-09-23 12:22 ` Henning Heinold
  0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2008-09-23 11:54 UTC (permalink / raw)
  To: openembedded-devel

Hi,

Henning fixed up pkgconfig.bbclass (which should die, since 
autotools.bbclass does a much better job), but I think this:

-       for pc in `find ${S} -name '*.pc' -type f | grep -v -- 
'-uninstalled.pc$'`; do
+       for pc in `find ${D} -name '*.pc' -type f | grep -v -- 
'-uninstalled.pc$'`; do

breaks -native recipes.

regards,

Koen




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

end of thread, other threads:[~2008-09-23 18:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-23 11:54 pkgconfig.bbclass changes Koen Kooi
2008-09-23 12:22 ` Henning Heinold
2008-09-23 13:38   ` Koen Kooi
2008-09-23 17:52   ` Philip Balister
2008-09-23 18:21     ` Koen Kooi

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.