[oe-commits] Saul Wold : gcc-runtime: fix override from poky-lsb to linuxstdbase

git at git.openembedded.org git at git.openembedded.org
Wed Feb 1 15:09:33 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 1f5de4b36ad5853e489e47078c830f12a1c71ce9
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1f5de4b36ad5853e489e47078c830f12a1c71ce9

Author: Saul Wold <sgw at linux.intel.com>
Date:   Thu Jan 26 09:47:22 2012 -0800

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

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 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"





More information about the Openembedded-commits mailing list