diff options
| -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.patch | 31 | ||||
| -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.inc | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-devtools/klibc/klibc-checksums_1.5.25.inc | 2 | ||||
| -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.inc | 3 | ||||
| -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 @@ | |||
| 1 | Subject: 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 | |||
| 13 | Signed-off-by: Andrea Adami <andrea.adami@gmail.com> | ||
| 14 | |||
| 15 | Index: 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 @@ | |||
| 1 | SRC_URI[md5sum] = "4df9b0d3d7f9f366c4b5c171cac3c6c3" | ||
| 2 | SRC_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 @@ | |||
| 1 | SRC_URI[md5sum] = "5bc4dcd63e9142b934787729133c2766" | ||
| 2 | SRC_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: |
| 13 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 13 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
| 14 | 14 | ||
| 15 | INC_PR = "r1" | 15 | INC_PR = "r0" |
| 16 | 16 | ||
| 17 | KLIBC_ARCH = '${TARGET_ARCH}' | 17 | KLIBC_ARCH = '${TARGET_ARCH}' |
| 18 | KLIBC_ARCH_armeb = 'arm' | 18 | KLIBC_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 | ||
| 40 | S = "${WORKDIR}/klibc-${PV}" | 39 | S = "${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 | |||
