diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-01-26 09:47:22 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-01 15:07:44 +0000 |
commit | 22181a759d616576f31cd14ba0e93448bdcd9015 (patch) | |
tree | 08bac56a770513c48608f00f4a1b2304c03a491f /meta/recipes-devtools | |
parent | 0de413782e15278c447e9dd6cac700f9fa173925 (diff) | |
download | poky-22181a759d616576f31cd14ba0e93448bdcd9015.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | 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 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 | |||
5 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" | 5 | ARCH_FLAGS_FOR_TARGET += "-isystem${STAGING_INCDIR}" |
6 | 6 | ||
7 | EXTRA_OECONF += "--disable-libunwind-exceptions" | 7 | EXTRA_OECONF += "--disable-libunwind-exceptions" |
8 | EXTRA_OECONF_append_poky-lsb = " --enable-clocale=gnu" | 8 | EXTRA_OECONF_append_linuxstdbase = " --enable-clocale=gnu" |