On Tue, 2013-02-26 at 17:55 +0000, Burton, Ross wrote: > On 26 February 2013 17:47, Otavio Salvador <[email protected]> wrote: > > If it changes the build depending in target and host, in the end it is > > not architecture independant code. > > I think this is just autotools being nosy and failing when it doesn't > know what "alllinux" is. The files don't change as they are literally > just installed.
Check exactly what is in configure.ac. You should be able to use allarch and if you can't, it means the configure script is referencing the compiler, even if it shouldn't be using it. Its designed such that these accesses fail verbosely. It should be a simple fix if the recipe really is just configuration. Using the allarch class is infinitely preferable as it gets the sstate bits right. Cheers, Richard _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
