[oe] pkgconfig.bbclass changes

Koen Kooi k.kooi at student.utwente.nl
Tue Sep 23 11:54:23 UTC 2008


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





More information about the Openembedded-devel mailing list