surpport seeking the recorded video
[vuplus_openembedded] / recipes / iptables / iptables.inc
1 DESCRIPTION = "iptables network filtering tools"
2 HOMEPAGE = "http://www.netfilter.org/"
3 SECTION = "console/utils"
4 LICENSE = "GPL"
5
6 SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2"
7 S = "${WORKDIR}/iptables-${PV}"
8
9 INC_PR = "r6"
10
11 PARALLEL_MAKE = ""
12
13 CFLAGS += "-Du32=__u32"
14 RPROVIDES_${PN} += "iptables-utils"
15 FILES_${PN}-dbg += "${libexecdir}/xtables/.debug"
16 FILES_${PN}-doc += "${mandir}"
17
18 RRECOMMENDS = "\
19   kernel-module-ip-tables \
20   kernel-module-iptable-nat \
21   kernel-module-iptable-filter \
22   kernel-module-ipt-masquerade \
23 "