| Submitter | Saul Wold |
|---|---|
| Date | Jan. 27, 2012, 5:15 p.m. |
| Message ID | <2fff1897b09ba66f264a8f49f06a4a25f3c24374.1327684299.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/20255/ |
| State | Accepted |
| Commit | 1f5de4b36ad5853e489e47078c830f12a1c71ce9 |
| Headers | show |
Comments
Patch
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"
Signed-off-by: Saul Wold <sgw@linux.intel.com> --- meta/recipes-devtools/gcc/gcc-runtime_4.6.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)