aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iptables/iptables.inc
blob: b2daf4860ab58ba8f30be7f9c33f76e7e1241fba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "iptables network filtering tools"
HOMEPAGE = "http://www.netfilter.org/"
SECTION = "console/utils"
LICENSE = "GPL"

SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2;name=iptables-${PV}"
S = "${WORKDIR}/iptables-${PV}"

INC_PR = "r6"

PARALLEL_MAKE = ""

CFLAGS += "-Du32=__u32"
RPROVIDES_${PN} += "iptables-utils"
FILES_${PN}-dbg += "${libexecdir}/xtables/.debug"
FILES_${PN}-doc += "${mandir}"

RRECOMMENDS = "\
  kernel-module-ip-tables \
  kernel-module-iptable-nat \
  kernel-module-iptable-filter \
  kernel-module-ipt-masquerade \
"