]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-runtime: fix override from poky-lsb to linuxstdbase
authorSaul Wold <sgw@linux.intel.com>
Thu, 26 Jan 2012 17:47:22 +0000 (09:47 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Feb 2012 14:58:45 +0000 (14:58 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/gcc/gcc-runtime_4.6.bb

index 97468db29f0c06e08fa03fdd6dacd327e488ecde..a2fb200ef58337f12a30ad885a5c61cec8fbaba2 100644 (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"