summaryrefslogtreecommitdiff
path: root/recipes/uclibc/uclibc_0.9.30.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2009-08-27 17:49:35 -0700
committerKhem Raj <raj.khem@gmail.com>2009-08-27 17:49:35 -0700
commitf7fb3b7e00003319aa09ebbfec5a6488d14d9a15 (patch)
tree6d126e2478327f097acc1360557f1c96b37f34e0 /recipes/uclibc/uclibc_0.9.30.1.bb
parent2b183dca4427ab476b75a851116ff42dbd000557 (diff)
uclibc: Make 0.9.30.1 as default if not specified
Add C99 double wrappers. Set the default preferences such that 0.9.30.1 is chosen if not specified. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/uclibc/uclibc_0.9.30.1.bb')
-rw-r--r--recipes/uclibc/uclibc_0.9.30.1.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/uclibc/uclibc_0.9.30.1.bb b/recipes/uclibc/uclibc_0.9.30.1.bb
index 5fdf829b60..972b9576bd 100644
--- a/recipes/uclibc/uclibc_0.9.30.1.bb
+++ b/recipes/uclibc/uclibc_0.9.30.1.bb
@@ -7,7 +7,7 @@
# on whether the base patches apply to the selected (SRCDATE) svn release.
#
UCLIBC_BASE ?= "0.9.30.1"
-PR = "r3"
+PR = "r4"
require uclibc.inc
@@ -20,6 +20,7 @@ SRC_URI += "file://uClibc.machine file://uClibc.distro \
file://uclibc_ldso_use_O0.patch;patch=1 \
file://ldso_use_arm_dl_linux_resolve_in_thumb_mode.patch;patch=1 \
file://gcc-4.4-fixlet.patch;patch=1 \
+ file://uclibc-c99-ldbl-math.patch;patch=1 \
"
#recent versions uclibc require real kernel headers
PACKAGE_ARCH = "${MACHINE_ARCH}"