]> code.ossystems Code Review - openembedded-core.git/commit
iptables: Turn ipv6 and libnfnetlink support into PACKAGECONFIG
authorKhem Raj <raj.khem@gmail.com>
Sun, 17 Mar 2013 22:56:24 +0000 (22:56 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Mar 2013 21:40:23 +0000 (21:40 +0000)
commit0332551d90c866c5874529e81819b81b534e14be
tree9fa871aec8206793767f0ca9da717cd7898388c1
parentdff13ee38a4f6aa51722149b860a2af354d6f9e8
iptables: Turn ipv6 and libnfnetlink support into PACKAGECONFIG

Detection of libnfnetlink is automatic in configure which means
that when you have meta-networking in your cosmos, it would create
a race condition where if libnfnetlink is already staged then it
will be enabled otherwise disabled. The issue happens quite often
with sstate and high parallelism. Since the dependency libnfnetlink
is not part of OE-Core, this patch turns it into a PACKAGECONFIG
which is diabled by default and iptables is patched to provide
the knob.

If you want to enable libnfnetlink support then it can be done
in a bbappend where you are sure that you are also including
meta-networking in your distro.

While at it also turned ipv6 support into packageconfig

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/iptables/iptables/0001-configure-Add-option-to-enable-disable-libnfnetlink.patch [new file with mode: 0644]
meta/recipes-extended/iptables/iptables_1.4.17.bb