summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2011-09-07 05:17:51 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-09-07 10:38:29 +0200
commit5ddce9fb6d0761114f3d5f2e9bd6ad0ae1bb00ff (patch)
tree5b27dd7bd8b4edf0d76a5e9f0e885613ca879b51
parent77f306cc0d06422a582b6df5d90435c48aad3561 (diff)
downloadmeta-openembedded-5ddce9fb6d0761114f3d5f2e9bd6ad0ae1bb00ff.tar.gz
klibc: upgrade 1.5.24 to 1.5.25
* remove sochet.h patch now upstream * prepare for klibc_2.0, to be released in the next days Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-devtools/klibc/klcc-cross_1.5.25.bb (renamed from meta-oe/recipes-devtools/klibc/klcc-cross_1.5.24.bb)0
-rw-r--r--meta-oe/recipes-devtools/klibc/klibc-1.5.24/socket.h.patch31
-rw-r--r--meta-oe/recipes-devtools/klibc/klibc-1.5.25/dash_readopt.patch (renamed from meta-oe/recipes-devtools/klibc/klibc-1.5.24/dash_readopt.patch)0
-rw-r--r--meta-oe/recipes-devtools/klibc/klibc-1.5.25/fstype-sane-vfat-and-jffs2-for-1.5.patch (renamed from meta-oe/recipes-devtools/klibc/klibc-1.5.24/fstype-sane-vfat-and-jffs2-for-1.5.patch)0
-rw-r--r--meta-oe/recipes-devtools/klibc/klibc-1.5.25/klcc_prefix.patch (renamed from meta-oe/recipes-devtools/klibc/klibc-1.5.24/klcc_prefix.patch)0
-rw-r--r--meta-oe/recipes-devtools/klibc/klibc-1.5.25/klibc-config-eabi.patch (renamed from meta-oe/recipes-devtools/klibc/klibc-1.5.24/klibc-config-eabi.patch)0
-rw-r--r--meta-oe/recipes-devtools/klibc/klibc-1.5.25/modprobe.patch (renamed from meta-oe/recipes-devtools/klibc/klibc-1.5.24/modprobe.patch)0
-rw-r--r--meta-oe/recipes-devtools/klibc/klibc-1.5.25/staging.patch (renamed from meta-oe/recipes-devtools/klibc/klibc-1.5.24/staging.patch)0
-rw-r--r--meta-oe/recipes-devtools/klibc/klibc-1.5.25/use-env-for-perl.patch (renamed from meta-oe/recipes-devtools/klibc/klibc-1.5.24/use-env-for-perl.patch)0
-rw-r--r--meta-oe/recipes-devtools/klibc/klibc-1.5.25/wc.patch (renamed from meta-oe/recipes-devtools/klibc/klibc-1.5.24/wc.patch)0
-rw-r--r--meta-oe/recipes-devtools/klibc/klibc-checksums_1.5.24.inc2
-rw-r--r--meta-oe/recipes-devtools/klibc/klibc-checksums_1.5.25.inc2
-rw-r--r--meta-oe/recipes-devtools/klibc/klibc-static-utils_1.5.25.bb (renamed from meta-oe/recipes-devtools/klibc/klibc-static-utils_1.5.24.bb)0
-rw-r--r--meta-oe/recipes-devtools/klibc/klibc-utils_1.5.25.bb (renamed from meta-oe/recipes-devtools/klibc/klibc-utils_1.5.24.bb)0
-rw-r--r--meta-oe/recipes-devtools/klibc/klibc.inc3
-rw-r--r--meta-oe/recipes-devtools/klibc/klibc_1.5.25.bb (renamed from meta-oe/recipes-devtools/klibc/klibc_1.5.24.bb)0
16 files changed, 3 insertions, 35 deletions
diff --git a/meta-oe/recipes-devtools/klibc/klcc-cross_1.5.24.bb b/meta-oe/recipes-devtools/klibc/klcc-cross_1.5.25.bb
index 922c8d84f2..922c8d84f2 100644
--- a/meta-oe/recipes-devtools/klibc/klcc-cross_1.5.24.bb
+++ b/meta-oe/recipes-devtools/klibc/klcc-cross_1.5.25.bb
diff --git a/meta-oe/recipes-devtools/klibc/klibc-1.5.24/socket.h.patch b/meta-oe/recipes-devtools/klibc/klibc-1.5.24/socket.h.patch
deleted file mode 100644
index c0a94cee58..0000000000
--- a/meta-oe/recipes-devtools/klibc/klibc-1.5.24/socket.h.patch
+++ /dev/null
@@ -1,31 +0,0 @@
1Subject: Add relevant socket.h definitions
2
3* Discussed upstream:
4* http://www.zytor.com/pipermail/klibc/2010-February/002487.html
5* http://www.zytor.com/pipermail/klibc/2010-February/002488.html
6*
7* Was: Add guards for pre 2.6.33 compatibility.
8*
9* Changes for 1.5.24
10* Only include linux/sockios.h for SIOCGIFCONF and SIOCSIFFLAGS
11* requested by kexec-tools when building statically against klibc.
12
13Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14
15Index: klibc-1.5.24/usr/include/sys/socket.h
16===================================================================
17--- a/usr/include/sys/socket.h 2011-07-27 15:50:53.000000000 +0200
18+++ b/usr/include/sys/socket.h 2010-05-31 00:44:16.000000000 +0200
19@@ -10,6 +10,12 @@
20 #include <klibc/compiler.h>
21 #include <klibc/sysconfig.h>
22 #include <linux/socket.h>
23+
24+#include <linux/version.h>
25+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)
26+#include <linux/sockios.h> /* the SIOCxxx I/O controls */
27+#endif
28+
29 #include <linux/uio.h>
30 #include <asm/socket.h>
31 #if _KLIBC_HAS_ARCHSOCKET_H
diff --git a/meta-oe/recipes-devtools/klibc/klibc-1.5.24/dash_readopt.patch b/meta-oe/recipes-devtools/klibc/klibc-1.5.25/dash_readopt.patch
index 3be1be04fb..3be1be04fb 100644
--- a/meta-oe/recipes-devtools/klibc/klibc-1.5.24/dash_readopt.patch
+++ b/meta-oe/recipes-devtools/klibc/klibc-1.5.25/dash_readopt.patch
diff --git a/meta-oe/recipes-devtools/klibc/klibc-1.5.24/fstype-sane-vfat-and-jffs2-for-1.5.patch b/meta-oe/recipes-devtools/klibc/klibc-1.5.25/fstype-sane-vfat-and-jffs2-for-1.5.patch
index 3fec98d2cc..3fec98d2cc 100644
--- a/meta-oe/recipes-devtools/klibc/klibc-1.5.24/fstype-sane-vfat-and-jffs2-for-1.5.patch
+++ b/meta-oe/recipes-devtools/klibc/klibc-1.5.25/fstype-sane-vfat-and-jffs2-for-1.5.patch
diff --git a/meta-oe/recipes-devtools/klibc/klibc-1.5.24/klcc_prefix.patch b/meta-oe/recipes-devtools/klibc/klibc-1.5.25/klcc_prefix.patch
index a4a0026e4d..a4a0026e4d 100644
--- a/meta-oe/recipes-devtools/klibc/klibc-1.5.24/klcc_prefix.patch
+++ b/meta-oe/recipes-devtools/klibc/klibc-1.5.25/klcc_prefix.patch
diff --git a/meta-oe/recipes-devtools/klibc/klibc-1.5.24/klibc-config-eabi.patch b/meta-oe/recipes-devtools/klibc/klibc-1.5.25/klibc-config-eabi.patch
index 316c80a926..316c80a926 100644
--- a/meta-oe/recipes-devtools/klibc/klibc-1.5.24/klibc-config-eabi.patch
+++ b/meta-oe/recipes-devtools/klibc/klibc-1.5.25/klibc-config-eabi.patch
diff --git a/meta-oe/recipes-devtools/klibc/klibc-1.5.24/modprobe.patch b/meta-oe/recipes-devtools/klibc/klibc-1.5.25/modprobe.patch
index eb2fb39e64..eb2fb39e64 100644
--- a/meta-oe/recipes-devtools/klibc/klibc-1.5.24/modprobe.patch
+++ b/meta-oe/recipes-devtools/klibc/klibc-1.5.25/modprobe.patch
diff --git a/meta-oe/recipes-devtools/klibc/klibc-1.5.24/staging.patch b/meta-oe/recipes-devtools/klibc/klibc-1.5.25/staging.patch
index cedd5e6393..cedd5e6393 100644
--- a/meta-oe/recipes-devtools/klibc/klibc-1.5.24/staging.patch
+++ b/meta-oe/recipes-devtools/klibc/klibc-1.5.25/staging.patch
diff --git a/meta-oe/recipes-devtools/klibc/klibc-1.5.24/use-env-for-perl.patch b/meta-oe/recipes-devtools/klibc/klibc-1.5.25/use-env-for-perl.patch
index eac128cc09..eac128cc09 100644
--- a/meta-oe/recipes-devtools/klibc/klibc-1.5.24/use-env-for-perl.patch
+++ b/meta-oe/recipes-devtools/klibc/klibc-1.5.25/use-env-for-perl.patch
diff --git a/meta-oe/recipes-devtools/klibc/klibc-1.5.24/wc.patch b/meta-oe/recipes-devtools/klibc/klibc-1.5.25/wc.patch
index 28705fd7aa..28705fd7aa 100644
--- a/meta-oe/recipes-devtools/klibc/klibc-1.5.24/wc.patch
+++ b/meta-oe/recipes-devtools/klibc/klibc-1.5.25/wc.patch
diff --git a/meta-oe/recipes-devtools/klibc/klibc-checksums_1.5.24.inc b/meta-oe/recipes-devtools/klibc/klibc-checksums_1.5.24.inc
deleted file mode 100644
index 31ed66b3f9..0000000000
--- a/meta-oe/recipes-devtools/klibc/klibc-checksums_1.5.24.inc
+++ /dev/null
@@ -1,2 +0,0 @@
1SRC_URI[md5sum] = "4df9b0d3d7f9f366c4b5c171cac3c6c3"
2SRC_URI[sha256sum] = "71fac12937ead3f104aad8ac40567ecdcac1ea27474cce939f6226499b1895a2"
diff --git a/meta-oe/recipes-devtools/klibc/klibc-checksums_1.5.25.inc b/meta-oe/recipes-devtools/klibc/klibc-checksums_1.5.25.inc
new file mode 100644
index 0000000000..ebba6587c8
--- /dev/null
+++ b/meta-oe/recipes-devtools/klibc/klibc-checksums_1.5.25.inc
@@ -0,0 +1,2 @@
1SRC_URI[md5sum] = "5bc4dcd63e9142b934787729133c2766"
2SRC_URI[sha256sum] = "0b910ec0b2a97d4c775ed06e44ad7bca7be150efdf2a77a19253a573e16367d3"
diff --git a/meta-oe/recipes-devtools/klibc/klibc-static-utils_1.5.24.bb b/meta-oe/recipes-devtools/klibc/klibc-static-utils_1.5.25.bb
index c9749f0d7a..c9749f0d7a 100644
--- a/meta-oe/recipes-devtools/klibc/klibc-static-utils_1.5.24.bb
+++ b/meta-oe/recipes-devtools/klibc/klibc-static-utils_1.5.25.bb
diff --git a/meta-oe/recipes-devtools/klibc/klibc-utils_1.5.24.bb b/meta-oe/recipes-devtools/klibc/klibc-utils_1.5.25.bb
index b26dda400f..b26dda400f 100644
--- a/meta-oe/recipes-devtools/klibc/klibc-utils_1.5.24.bb
+++ b/meta-oe/recipes-devtools/klibc/klibc-utils_1.5.25.bb
diff --git a/meta-oe/recipes-devtools/klibc/klibc.inc b/meta-oe/recipes-devtools/klibc/klibc.inc
index 665412349d..1b1f7c626d 100644
--- a/meta-oe/recipes-devtools/klibc/klibc.inc
+++ b/meta-oe/recipes-devtools/klibc/klibc.inc
@@ -12,7 +12,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
12# debugsources.list: No such file or directory: 12# debugsources.list: No such file or directory:
13INHIBIT_PACKAGE_DEBUG_SPLIT = "1" 13INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
14 14
15INC_PR = "r1" 15INC_PR = "r0"
16 16
17KLIBC_ARCH = '${TARGET_ARCH}' 17KLIBC_ARCH = '${TARGET_ARCH}'
18KLIBC_ARCH_armeb = 'arm' 18KLIBC_ARCH_armeb = 'arm'
@@ -34,7 +34,6 @@ SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch \
34 file://dash_readopt.patch \ 34 file://dash_readopt.patch \
35 file://wc.patch \ 35 file://wc.patch \
36 file://staging.patch \ 36 file://staging.patch \
37 file://socket.h.patch \
38 " 37 "
39 38
40S = "${WORKDIR}/klibc-${PV}" 39S = "${WORKDIR}/klibc-${PV}"
diff --git a/meta-oe/recipes-devtools/klibc/klibc_1.5.24.bb b/meta-oe/recipes-devtools/klibc/klibc_1.5.25.bb
index a313bfd771..a313bfd771 100644
--- a/meta-oe/recipes-devtools/klibc/klibc_1.5.24.bb
+++ b/meta-oe/recipes-devtools/klibc/klibc_1.5.25.bb