[oe-commits] Khem Raj : eglibc.inc: Pass FPU type to GLIBC_EXTRA_OECONF

git version control git at git.openembedded.org
Wed Dec 15 02:03:03 UTC 2010


Module: openembedded.git
Branch: master
Commit: ec41074add19c3808a117d0c0ee4a058160badbb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=ec41074add19c3808a117d0c0ee4a058160badbb

Author: Khem Raj <raj.khem at gmail.com>
Date:   Tue Dec 14 18:00:18 2010 -0800

eglibc.inc: Pass FPU type to GLIBC_EXTRA_OECONF

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Acked-by: Graham Gower <graham.gower at gmail.com>

---

 recipes/eglibc/eglibc.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/eglibc/eglibc.inc b/recipes/eglibc/eglibc.inc
index 3f4ad83..41bed74 100644
--- a/recipes/eglibc/eglibc.inc
+++ b/recipes/eglibc/eglibc.inc
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.eglibc.org/home"
 SECTION = "libs"
 PRIORITY = "required"
 LICENSE = "LGPL"
-INC_PR = "r17"
+INC_PR = "r18"
 # nptl needs unwind support in gcc, which can't be built without glibc.
 DEPENDS = "virtual/${TARGET_PREFIX}gcc-intermediate linux-libc-headers"
 #this leads to circular deps, so lets not add it yet
@@ -29,7 +29,7 @@ ARM_INSTRUCTION_SET = "arm"
 EXTRA_OEMAKE := "PARALLELMFLAGS="${PARALLEL_MAKE}""
 PARALLEL_MAKE = ""
 
-EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}"
+GLIBC_EXTRA_OECONF += "${@get_libc_fpu_setting(bb, d)}"
 
 do_unpack_append() {
 	bb.build.exec_func('do_move_ports', d)





More information about the Openembedded-commits mailing list