From 58dbb3ef9e850188c469a64deffd02b628c73f74 Mon Sep 17 00:00:00 2001 From: Roy Li Date: Tue, 2 Jun 2015 13:40:29 +0800 Subject: nftables: create nftables recipe under meta-networking http://netfilter.org/projects/nftables/index.html Signed-off-by: Roy Li Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- .../nftables/files/fix-to-generate-ntf.8.patch | 26 ++++++++++++++++++++++ .../recipes-filter/nftables/nftables_0.4.bb | 17 ++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 meta-networking/recipes-filter/nftables/files/fix-to-generate-ntf.8.patch create mode 100644 meta-networking/recipes-filter/nftables/nftables_0.4.bb (limited to 'meta-networking/recipes-filter') diff --git a/meta-networking/recipes-filter/nftables/files/fix-to-generate-ntf.8.patch b/meta-networking/recipes-filter/nftables/files/fix-to-generate-ntf.8.patch new file mode 100644 index 0000000000..8dce90a754 --- /dev/null +++ b/meta-networking/recipes-filter/nftables/files/fix-to-generate-ntf.8.patch @@ -0,0 +1,26 @@ +[PATCH] disable to make ntf.8 man + +Upstream-Status: Pending + +$DB2MAN do not support the xinclude parameter whether it is +docbook2x-man or other, so disable to make ntf.8 man + +Signed-off-by: Roy Li +--- + doc/Makefile.am | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/doc/Makefile.am b/doc/Makefile.am +index a92de7f..537c36b 100644 +--- a/doc/Makefile.am ++++ b/doc/Makefile.am +@@ -1,5 +1,5 @@ + if BUILD_MAN +-man_MANS = nft.8 ++#man_MANS = nft.8 + endif + + if BUILD_PDF +-- +1.9.1 + diff --git a/meta-networking/recipes-filter/nftables/nftables_0.4.bb b/meta-networking/recipes-filter/nftables/nftables_0.4.bb new file mode 100644 index 0000000000..d183d91553 --- /dev/null +++ b/meta-networking/recipes-filter/nftables/nftables_0.4.bb @@ -0,0 +1,17 @@ +SUMMARY = "Netfilter Tables userspace utillites" +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=d1a78fdd879a263a5e0b42d1fc565e79" +SECTION = "console/network" + +DEPENDS = "libmnl libnftnl readline gmp" +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 \ + " + +SRC_URI[md5sum] = "09b686c489ff10db670ca60dbed7ff43" +SRC_URI[sha256sum] = "f6ca69b75c68915f9f3a3972274ec68354dfbbcfc0b9fc55c813a0525c351d3c" + +inherit autotools pkgconfig -- cgit 1.2.3-korg