mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
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>
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
Subject: Add relevant socket.h definitions
|
||||
|
||||
* Discussed upstream:
|
||||
* http://www.zytor.com/pipermail/klibc/2010-February/002487.html
|
||||
* http://www.zytor.com/pipermail/klibc/2010-February/002488.html
|
||||
*
|
||||
* Was: Add guards for pre 2.6.33 compatibility.
|
||||
*
|
||||
* Changes for 1.5.24
|
||||
* Only include linux/sockios.h for SIOCGIFCONF and SIOCSIFFLAGS
|
||||
* requested by kexec-tools when building statically against klibc.
|
||||
|
||||
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
|
||||
|
||||
Index: klibc-1.5.24/usr/include/sys/socket.h
|
||||
===================================================================
|
||||
--- a/usr/include/sys/socket.h 2011-07-27 15:50:53.000000000 +0200
|
||||
+++ b/usr/include/sys/socket.h 2010-05-31 00:44:16.000000000 +0200
|
||||
@@ -10,6 +10,12 @@
|
||||
#include <klibc/compiler.h>
|
||||
#include <klibc/sysconfig.h>
|
||||
#include <linux/socket.h>
|
||||
+
|
||||
+#include <linux/version.h>
|
||||
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,33)
|
||||
+#include <linux/sockios.h> /* the SIOCxxx I/O controls */
|
||||
+#endif
|
||||
+
|
||||
#include <linux/uio.h>
|
||||
#include <asm/socket.h>
|
||||
#if _KLIBC_HAS_ARCHSOCKET_H
|
||||
@@ -1,2 +0,0 @@
|
||||
SRC_URI[md5sum] = "4df9b0d3d7f9f366c4b5c171cac3c6c3"
|
||||
SRC_URI[sha256sum] = "71fac12937ead3f104aad8ac40567ecdcac1ea27474cce939f6226499b1895a2"
|
||||
@@ -0,0 +1,2 @@
|
||||
SRC_URI[md5sum] = "5bc4dcd63e9142b934787729133c2766"
|
||||
SRC_URI[sha256sum] = "0b910ec0b2a97d4c775ed06e44ad7bca7be150efdf2a77a19253a573e16367d3"
|
||||
@@ -12,7 +12,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
# debugsources.list: No such file or directory:
|
||||
INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
||||
|
||||
INC_PR = "r1"
|
||||
INC_PR = "r0"
|
||||
|
||||
KLIBC_ARCH = '${TARGET_ARCH}'
|
||||
KLIBC_ARCH_armeb = 'arm'
|
||||
@@ -34,7 +34,6 @@ SRC_URI += "file://fstype-sane-vfat-and-jffs2-for-1.5.patch \
|
||||
file://dash_readopt.patch \
|
||||
file://wc.patch \
|
||||
file://staging.patch \
|
||||
file://socket.h.patch \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/klibc-${PV}"
|
||||
|
||||
Reference in New Issue
Block a user