diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-12-14 01:08:45 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-15 14:36:23 +0000 |
commit | 7e0c29c70d126e3ca1a0a0b4f9572c1541dd00ce (patch) | |
tree | 5852a77c995ed1149686908b23a2e90e46a4c751 /meta/recipes-devtools/gcc/gcc-configure-cross.inc | |
parent | 91367de75575e79a94b2f90b6b7aa8740a039fc5 (diff) | |
download | poky-7e0c29c70d126e3ca1a0a0b4f9572c1541dd00ce.tar.gz |
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
(From OE-Core rev: d66b379f809b9c75981848fcc71ed5de13382bf7)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-configure-cross.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-configure-cross.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-configure-cross.inc b/meta/recipes-devtools/gcc/gcc-configure-cross.inc index d2d908140e..3e3742349d 100644 --- a/meta/recipes-devtools/gcc/gcc-configure-cross.inc +++ b/meta/recipes-devtools/gcc/gcc-configure-cross.inc | |||
@@ -4,7 +4,6 @@ USE_NLS = '${@base_conditional( "TARGET_OS", "linux-uclibc", "no", "", d )}' | |||
4 | 4 | ||
5 | EXTRA_OECONF += " --enable-poison-system-directories \ | 5 | EXTRA_OECONF += " --enable-poison-system-directories \ |
6 | --with-headers=${STAGING_DIR_TARGET}${SYSTEMHEADERS} \ | 6 | --with-headers=${STAGING_DIR_TARGET}${SYSTEMHEADERS} \ |
7 | --disable-nls \ | ||
8 | " | 7 | " |
9 | 8 | ||
10 | INHIBIT_DEFAULT_DEPS = "1" | 9 | INHIBIT_DEFAULT_DEPS = "1" |