Typo in commit log; please fix it and resend. On Thu, Mar 29, 2012 at 03:48, Noor, Ahsan <[email protected]> wrote: > From: Noor Ahsan <[email protected]> > > * While building for i686 architectre an error was coming that > locale_arch_options does not have support for i686. Add missing support. > * Verified on intel architecture. > > Signed-off-by: Noor Ahsan <[email protected]> > --- > meta/classes/libc-package.bbclass | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/meta/classes/libc-package.bbclass > b/meta/classes/libc-package.bbclass > index 4acf91a..957243d 100644 > --- a/meta/classes/libc-package.bbclass > +++ b/meta/classes/libc-package.bbclass > @@ -271,6 +271,7 @@ python package_do_split_gconvs () { > "mips": " --uint32-align=4 --big-endian ", > \ > "mipsel": " --uint32-align=4 --little-endian > ", \ > "i586": " --uint32-align=4 --little-endian > ", \ > + "i686": " --uint32-align=4 --little-endian > ", \ > "x86_64": " --uint32-align=4 --little-endian > " } > > if target_arch in locale_arch_options: > -- > 1.7.9 > > > _______________________________________________ > Openembedded-core mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
-- Otavio Salvador O.S. Systems E-mail: [email protected] http://www.ossystems.com.br Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
