]> code.ossystems Code Review - openembedded-core.git/commit
iptables: fix build error against 3.2+ kernel headers
authorBruce Ashfield <bruce.ashfield@windriver.com>
Fri, 23 Mar 2012 18:36:04 +0000 (14:36 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 24 Mar 2012 00:11:52 +0000 (00:11 +0000)
commit1642f519bb30b3ebcfb6170cdbbc0e327d057012
treeca32b2014246b0e952bd9bd0b96f52d8719f4912
parent7ad7c837bac0cd086098be0d7cdf5cd8388a8696
iptables: fix build error against 3.2+ kernel headers

The iptables local linux/types.h overrides the kernel/sysroot
types.h. As such, we need to provide some defines that are required
to build against 3.2+ kernel headers.

ifndef protection is provided for the defines to ensure that
configuration that already have these defines are still buildable.

This commit is temporary until a new version of iptables can be
used that contains the defines.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
meta/recipes-extended/iptables/iptables/types.h-add-defines-that-are-required-for-if_packet.patch [new file with mode: 0644]
meta/recipes-extended/iptables/iptables_1.4.12.2.bb