summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-filter/nftables/nftables_0.9.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-filter/nftables/nftables_0.9.0.bb')
-rw-r--r--meta-networking/recipes-filter/nftables/nftables_0.9.0.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-networking/recipes-filter/nftables/nftables_0.9.0.bb b/meta-networking/recipes-filter/nftables/nftables_0.9.0.bb
new file mode 100644
index 000000000..aadf4f7f5
--- /dev/null
+++ b/meta-networking/recipes-filter/nftables/nftables_0.9.0.bb
@@ -0,0 +1,20 @@
1SUMMARY = "Netfilter Tables userspace utillites"
2SECTION = "net"
3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=d1a78fdd879a263a5e0b42d1fc565e79"
5
6DEPENDS = "libmnl libnftnl readline gmp bison-native"
7
8SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.bz2 \
9 "
10SRC_URI[md5sum] = "d4dcb61df80aa544b2e142e91d937635"
11SRC_URI[sha256sum] = "ad8181b5fcb9ca572f444bed54018749588522ee97e4c21922648bb78d7e7e91"
12
13inherit autotools manpages pkgconfig
14
15PACKAGECONFIG ?= ""
16PACKAGECONFIG[man] = "--enable--man-doc, --disable-man-doc"
17
18ASNEEDED = ""
19
20RRECOMMENDS_${PN} += "kernel-module-nf-tables"