From 5c987a34a388eace954052566d6903dfe328e9e7 Mon Sep 17 00:00:00 2001 From: Changhyeok Bae Date: Mon, 12 Jun 2017 05:44:30 +0000 Subject: iproute2: Upgrade 4.10.0 -> 4.11.0 0001-ip-Remove-unneed-header.patch is to fix build error built with musl. (From OE-Core rev: 2a6fe7c6c1e113d930ddc8e06717747a779b46f1) Signed-off-by: Changhyeok Bae Signed-off-by: Richard Purdie --- .../iproute2/0001-ip-Remove-unneed-header.patch | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 meta/recipes-connectivity/iproute2/iproute2/0001-ip-Remove-unneed-header.patch (limited to 'meta/recipes-connectivity/iproute2/iproute2') 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 new file mode 100644 index 0000000000..a9f8db6945 --- /dev/null +++ b/meta/recipes-connectivity/iproute2/iproute2/0001-ip-Remove-unneed-header.patch @@ -0,0 +1,30 @@ +From f58fc99c88a54135e55a6e0956ce8ae71078d1cc Mon Sep 17 00:00:00 2001 +From: Changhyeok Bae +Date: Mon, 12 Jun 2017 04:29:07 +0000 +Subject: [PATCH] ip: Remove unneed header + +Fix redefinition of struct ethhdr with a suitably patched musl libc +that suppresses the kernel if_ether.h. + +Signed-off-by: Changhyeok Bae + +Upstream-Status: Submitted [netdev@vger.kernel.org] +--- + ip/iplink_bridge.c | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/ip/iplink_bridge.c b/ip/iplink_bridge.c +index 818b43c..f065b22 100644 +--- a/ip/iplink_bridge.c ++++ b/ip/iplink_bridge.c +@@ -15,7 +15,6 @@ + #include + #include + #include +-#include + #include + + #include "rt_names.h" +-- +2.7.4 + -- cgit v1.2.3-54-g00ecf