klibc: bump to 1.5.15+1.5.16
authorAndrea Adami <andrea.adami@gmail.com>
Sun, 30 May 2010 15:56:55 +0000 (17:56 +0200)
committerAndrea Adami <andrea.adami@gmail.com>
Sun, 30 May 2010 15:58:03 +0000 (17:58 +0200)
* tested on arm with 2.6.26 and 2.6.33, 2.6.34 kernels

recipes/klibc/klibc_1.5.15+1.5.16.bb
recipes/klibc/klibc_1.5.15+1.5.16.inc

index 4b299f2..694bf58 100644 (file)
@@ -1,3 +1,3 @@
 require klibc.inc
 require klibc_${PV}.inc
-PR = "${INC_PR}.0"
+PR = "${INC_PR}.1"
index f638e14..630ee45 100644 (file)
@@ -17,14 +17,16 @@ SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch \
             file://mntproc-definitions.patch \
             file://signal-cleanup.patch \
             file://isystem.patch \
-            file://socket.h.patch \
             "
+# upstream in 2.6.33
+SRC_URI += '${@base_version_less_or_equal("PV", "2.6.32", "", "file://socket.h.patch", d)}'
 
 S = "${WORKDIR}/klibc-1.5.15"
 
 # end temporary overrides
 
-DEFAULT_PREFERENCE = "-1"
+# tested on arm with 2.6.2x kernels
+DEFAULT_PREFERENCE = "1"
 
 KLIBC_FETCHDIR = "1.5"