summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/iptables/iptables_1.4.21.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2015-04-10 18:20:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-04-13 22:33:23 +0100
commit0b708c5c5799acccc0fdab6c26c2ed6d900b0feb (patch)
tree3cef94abdace704b720b1f7c0f025ecfbed8a718 /meta/recipes-extended/iptables/iptables_1.4.21.bb
parent65b4ed63ad89dfd24cbf42bc2c360210094da9de (diff)
downloadpoky-0b708c5c5799acccc0fdab6c26c2ed6d900b0feb.tar.gz
iptables: Fix build on musl
Added needed headers and resuffled existing ones to get it portable Added defined for missing TCOPTS* Change-Id: I74977dd052c5569b00631379d7f4bacfb86cf381 (From OE-Core rev: d30fba63286dc8f5ac72ac65fae6af6001e58ec2) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/iptables/iptables_1.4.21.bb')
-rw-r--r--meta/recipes-extended/iptables/iptables_1.4.21.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/iptables/iptables_1.4.21.bb b/meta/recipes-extended/iptables/iptables_1.4.21.bb
index dc17d575dd..31c017b2ce 100644
--- a/meta/recipes-extended/iptables/iptables_1.4.21.bb
+++ b/meta/recipes-extended/iptables/iptables_1.4.21.bb
@@ -22,6 +22,7 @@ FILES_${PN}-dbg =+ "${libdir}/xtables/.debug"
22SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \ 22SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \
23 file://types.h-add-defines-that-are-required-for-if_packet.patch \ 23 file://types.h-add-defines-that-are-required-for-if_packet.patch \
24 file://0001-configure-Add-option-to-enable-disable-libnfnetlink.patch \ 24 file://0001-configure-Add-option-to-enable-disable-libnfnetlink.patch \
25 file://0001-fix-build-with-musl.patch \
25 " 26 "
26 27
27SRC_URI[md5sum] = "536d048c8e8eeebcd9757d0863ebb0c0" 28SRC_URI[md5sum] = "536d048c8e8eeebcd9757d0863ebb0c0"