summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/bridge-utils/bridge-utils
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-04-16 10:53:58 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-19 02:45:27 +0200
commit037be68e540c6b8781b13f210e67b1a8a95de298 (patch)
tree6a338ea07655ef493581341c1b4c46043995c7b8 /meta-networking/recipes-support/bridge-utils/bridge-utils
parentf1d7f500ac51057bb3337fa2945f5b0cbd93ec6a (diff)
downloadmeta-openembedded-037be68e540c6b8781b13f210e67b1a8a95de298.tar.gz
bridge-utils: move to meta-networking and tweak
* Update HOMEPAGE * Set SUMMARY instead of DESCRIPTION * Move DEPENDS up towards the top Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/bridge-utils/bridge-utils')
-rw-r--r--meta-networking/recipes-support/bridge-utils/bridge-utils/kernel-headers.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/bridge-utils/bridge-utils/kernel-headers.patch b/meta-networking/recipes-support/bridge-utils/bridge-utils/kernel-headers.patch
new file mode 100644
index 000000000..de36f0598
--- /dev/null
+++ b/meta-networking/recipes-support/bridge-utils/bridge-utils/kernel-headers.patch
@@ -0,0 +1,22 @@
1include missing kernel header
2
3Fixes errors like
4
5| /b/kraj/jlinux-next/poky/build/tmp-eglibc/sysroots/re-64b/usr/include/linux/if_bridge.h:172:20: error: field 'ip6' has incomplete type
6| In file included from ../libbridge/libbridge.h:24:0,
7
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9Upstream-Status: Pending
10
11Index: bridge-utils-1.5/libbridge/libbridge.h
12===================================================================
13--- bridge-utils-1.5.orig/libbridge/libbridge.h 2011-03-28 17:52:54.000000000 -0700
14+++ bridge-utils-1.5/libbridge/libbridge.h 2013-03-04 21:16:25.781188309 -0800
15@@ -20,6 +20,7 @@
16 #define _LIBBRIDGE_H
17
18 #include <sys/socket.h>
19+#include <linux/in6.h>
20 #include <linux/if.h>
21 #include <linux/if_bridge.h>
22