aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/eglibc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-12-14 18:00:18 -0800
committerKhem Raj <raj.khem@gmail.com>2010-12-14 18:01:49 -0800
commitec41074add19c3808a117d0c0ee4a058160badbb (patch)
tree36171e3996f9acf6b5190b63c8705912dd581b9f /recipes/eglibc
parent9ec2920dd872b79a72c4cc3a0ee54870a42897cf (diff)
downloadopenembedded-ec41074add19c3808a117d0c0ee4a058160badbb.tar.gz
eglibc.inc: Pass FPU type to GLIBC_EXTRA_OECONF
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Graham Gower <graham.gower@gmail.com>
Diffstat (limited to 'recipes/eglibc')
-rw-r--r--recipes/eglibc/eglibc.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/eglibc/eglibc.inc b/recipes/eglibc/eglibc.inc
index 3f4ad83190..41bed746c8 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)