[OE-core] [PATCH] xkeyboard-config: this is architecture-indepedent, so set PACKAGE_ARCH

Richard Purdie richard.purdie at linuxfoundation.org
Tue Feb 26 19:43:55 UTC 2013


On Tue, 2013-02-26 at 17:55 +0000, Burton, Ross wrote:
> On 26 February 2013 17:47, Otavio Salvador <otavio at ossystems.com.br> 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







More information about the Openembedded-core mailing list