From patchwork Fri Jan 27 17:15:45 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [CONSOLIDATED, PULL, 2/6] gcc-runtime: fix override from poky-lsb to linuxstdbase Date: Fri, 27 Jan 2012 17:15:45 -0000 From: Saul Wold X-Patchwork-Id: 20255 Message-Id: <2fff1897b09ba66f264a8f49f06a4a25f3c24374.1327684299.git.sgw@linux.intel.com> To: openembedded-core@lists.openembedded.org Signed-off-by: Saul Wold --- meta/recipes-devtools/gcc/gcc-runtime_4.6.bb | 2 +- 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 97468db..a2fb200 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"