diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2010-05-30 17:56:55 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2010-05-30 17:58:03 +0200 |
commit | 4a8053b1e522a31ad7e008c9dac723998bd62491 (patch) | |
tree | 48a38569571eebc6166e837c46dbe756498ba7f1 /recipes | |
parent | d963abc3218f199043727311e6c1e72008696dd8 (diff) |
klibc: bump to 1.5.15+1.5.16
* tested on arm with 2.6.26 and 2.6.33, 2.6.34 kernels
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/klibc/klibc_1.5.15+1.5.16.bb | 2 | ||||
-rw-r--r-- | recipes/klibc/klibc_1.5.15+1.5.16.inc | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/recipes/klibc/klibc_1.5.15+1.5.16.bb b/recipes/klibc/klibc_1.5.15+1.5.16.bb index 4b299f226e..694bf5849b 100644 --- a/recipes/klibc/klibc_1.5.15+1.5.16.bb +++ b/recipes/klibc/klibc_1.5.15+1.5.16.bb @@ -1,3 +1,3 @@ require klibc.inc require klibc_${PV}.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" diff --git a/recipes/klibc/klibc_1.5.15+1.5.16.inc b/recipes/klibc/klibc_1.5.15+1.5.16.inc index f638e14626..630ee458ff 100644 --- a/recipes/klibc/klibc_1.5.15+1.5.16.inc +++ b/recipes/klibc/klibc_1.5.15+1.5.16.inc @@ -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" |