aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-filter/nftables/nftables_0.7.bb
blob: 287c350b9c643d4211bd8e0e236ff85780177d0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
SUMMARY = "Netfilter Tables userspace utillites"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d1a78fdd879a263a5e0b42d1fc565e79"
SECTION = "net"

DEPENDS = "libmnl libnftnl readline gmp bison-native"
RRECOMMENDS_${PN} += "kernel-module-nf-tables \
    "

SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.bz2 \
           file://fix-to-generate-ntf.8.patch \
           \
           file://0001-payload-explicit-network-ctx-assignment-for-icmp-icm.patch \
           file://0002-proto-Add-some-exotic-ICMPv6-types.patch \
           \
           file://0003-payload-split-ll-proto-dependency-into-helper.patch \
           file://0004-src-allow-update-of-net-base-w.-meta-l4proto-icmpv6.patch \
           file://0005-src-ipv6-switch-implicit-dependencies-to-meta-l4prot.patch \
           file://0006-payload-enforce-ip-ip6-protocol-depending-on-icmp-or.patch \
           file://0007-src-ip-switch-implicit-dependencies-to-meta-l4proto-.patch \
          "
SRC_URI[md5sum] = "4c005e76a15a029afaba71d7db21d065"
SRC_URI[sha256sum] = "fe639239d801ce5890397f6f4391c58a934bfc27d8b7d5ef922692de5ec4ed43"

ASNEEDED = ""

inherit autotools pkgconfig