blob: 0ea79953bed6e0e7836a0ca129a9c039cedf3298 [file] [log] [blame]
Brad Bishop6e60e8b2018-02-01 10:27:11 -05001SUMMARY = "Netfilter Tables userspace utillites"
2LICENSE = "GPLv2"
3LIC_FILES_CHKSUM = "file://COPYING;md5=d1a78fdd879a263a5e0b42d1fc565e79"
4SECTION = "net"
5
6DEPENDS = "libmnl libnftnl readline gmp"
7RRECOMMENDS_${PN} += "kernel-module-nf-tables \
8 "
9
10SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.bz2 \
11 file://fix-to-generate-ntf.8.patch \
12 \
13 file://0001-payload-explicit-network-ctx-assignment-for-icmp-icm.patch \
14 file://0002-proto-Add-some-exotic-ICMPv6-types.patch \
15 \
16 file://0003-payload-split-ll-proto-dependency-into-helper.patch \
17 file://0004-src-allow-update-of-net-base-w.-meta-l4proto-icmpv6.patch \
18 file://0005-src-ipv6-switch-implicit-dependencies-to-meta-l4prot.patch \
19 file://0006-payload-enforce-ip-ip6-protocol-depending-on-icmp-or.patch \
20 file://0007-src-ip-switch-implicit-dependencies-to-meta-l4proto-.patch \
21 "
22SRC_URI[md5sum] = "4c005e76a15a029afaba71d7db21d065"
23SRC_URI[sha256sum] = "fe639239d801ce5890397f6f4391c58a934bfc27d8b7d5ef922692de5ec4ed43"
24
25ASNEEDED = ""
26
27inherit autotools pkgconfig