gcc-runtime: fix override from poky-lsb to linuxstdbase

(From OE-Core rev: 1f5de4b36ad5853e489e47078c830f12a1c71ce9)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2012-01-26 09:47:22 -08:00 committed by Richard Purdie
parent 0de413782e
commit 22181a759d
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ require gcc-package-runtime.inc
ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}"
EXTRA_OECONF += "--disable-libunwind-exceptions"
EXTRA_OECONF_append_poky-lsb = " --enable-clocale=gnu"
EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu"