diff options
Diffstat (limited to 'meta/recipes-connectivity/iproute2')
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2/0001-ip-Remove-unneed-header.patch | 30 | ||||
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_5.0.0.bb | 1 |
2 files changed, 0 insertions, 31 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2/0001-ip-Remove-unneed-header.patch b/meta/recipes-connectivity/iproute2/iproute2/0001-ip-Remove-unneed-header.patch deleted file mode 100644 index a9027c5b58..0000000000 --- a/meta/recipes-connectivity/iproute2/iproute2/0001-ip-Remove-unneed-header.patch +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | From 02ed10fc5215c4a32e6740b0a0c2439659be6801 Mon Sep 17 00:00:00 2001 | ||
2 | From: Changhyeok Bae <changhyeok.bae@gmail.com> | ||
3 | Date: Mon, 13 Nov 2017 15:59:35 +0000 | ||
4 | Subject: [PATCH] ip: Remove unneed header | ||
5 | |||
6 | Fix redefinition of struct ethhdr with a suitably patched musl libc | ||
7 | that suppresses the kernel if_ether.h. | ||
8 | |||
9 | Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com> | ||
10 | |||
11 | Upstream-Status: Pending [netdev@vger.kernel.org] | ||
12 | --- | ||
13 | ip/iplink_bridge.c | 1 - | ||
14 | 1 file changed, 1 deletion(-) | ||
15 | |||
16 | diff --git a/ip/iplink_bridge.c b/ip/iplink_bridge.c | ||
17 | index cccdec1..f065b22 100644 | ||
18 | --- a/ip/iplink_bridge.c | ||
19 | +++ b/ip/iplink_bridge.c | ||
20 | @@ -13,7 +13,6 @@ | ||
21 | #include <stdlib.h> | ||
22 | #include <string.h> | ||
23 | #include <netinet/in.h> | ||
24 | -#include <netinet/ether.h> | ||
25 | #include <linux/if_link.h> | ||
26 | #include <linux/if_bridge.h> | ||
27 | #include <net/if.h> | ||
28 | -- | ||
29 | 2.7.4 | ||
30 | |||
diff --git a/meta/recipes-connectivity/iproute2/iproute2_5.0.0.bb b/meta/recipes-connectivity/iproute2/iproute2_5.0.0.bb index c5ac987b6f..8f33c7fe19 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_5.0.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_5.0.0.bb | |||
@@ -3,7 +3,6 @@ require iproute2.inc | |||
3 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ | 3 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ |
4 | file://configure-cross.patch \ | 4 | file://configure-cross.patch \ |
5 | file://0001-libc-compat.h-add-musl-workaround.patch \ | 5 | file://0001-libc-compat.h-add-musl-workaround.patch \ |
6 | file://0001-ip-Remove-unneed-header.patch \ | ||
7 | " | 6 | " |
8 | 7 | ||
9 | SRC_URI[md5sum] = "d22107b4d7cfb999eeb8ad8a0aec1124" | 8 | SRC_URI[md5sum] = "d22107b4d7cfb999eeb8ad8a0aec1124" |