aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-01-26 09:47:22 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-01 14:58:45 +0000
commit1f5de4b36ad5853e489e47078c830f12a1c71ce9 (patch)
tree93a500ca65ac08811b1d4857d57302d0b69f13ae /meta/recipes-devtools
parent9a88125c546e6bcbec683eb736e232236c38a4f9 (diff)
downloadopenembedded-core-contrib-1f5de4b36ad5853e489e47078c830f12a1c71ce9.tar.gz
gcc-runtime: fix override from poky-lsb to linuxstdbase
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/gcc/gcc-runtime_4.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-runtime_4.6.bb b/meta/recipes-devtools/gcc/gcc-runtime_4.6.bb
index 97468db29f..a2fb200ef5 100644
--- a/meta/recipes-devtools/gcc/gcc-runtime_4.6.bb
+++ b/meta/recipes-devtools/gcc/gcc-runtime_4.6.bb
@@ -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"