]> code.ossystems Code Review - openembedded-core.git/commit
cross-recipes: Disable nls in gettext bbclass
authorKhem Raj <raj.khem@gmail.com>
Wed, 14 Dec 2011 09:08:45 +0000 (01:08 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 15 Dec 2011 14:17:19 +0000 (14:17 +0000)
commitd66b379f809b9c75981848fcc71ed5de13382bf7
tree715111ef8050d282fc415ff824c86307aff63241
parentcc8695f22bc70ef958f81d0d3da73dece5f4700a
cross-recipes: Disable nls in gettext bbclass

Right now for cross recipes e.g. gcc-cross and binutils-cross
we specify --disable-nls .... --enable-nls on configure cmdline
the --enable-nls coming from gettext bbclass.

So we disable nls for all cross inheriting recipes in gettext
bbclass and then we remove the extra --disable-nls in gcc-cross
and binutils-cross

This patch needs testing. Please help

Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/classes/gettext.bbclass
meta/recipes-devtools/binutils/binutils-cross.inc
meta/recipes-devtools/gcc/gcc-configure-cross.inc
meta/recipes-devtools/gcc/gcc-cross-initial.inc
meta/recipes-devtools/gcc/gcc-cross-intermediate.inc