On 26 February 2013 19:43, Richard Purdie <[email protected]> wrote: > 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.
| configure:2707: checking host system type | configure:2716: error: /bin/bash ./config.sub allarch-poky-linux failed The configure.ac ends up running AC_CANONICAL_HOST because it uses different manpage sections for Solaris and everything else. I think they should be using AC_CANONICAL_SYSTEM, but that calls AC_CANONICAL_HOST anyway so that wouldn't achieve anything. So, extend my patch, or intrusively patch out the documentation build code in xkeyboard-config. Ross _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
