Another pass of .oe cleanups.
[vuplus_openembedded] / iptables / iptables_1.2.9.oe
1 DESCRIPTION = "iptables network filtering tools"
2 DEPENDS = "virtual/libc"
3 RDEPENDS = "libc6"
4
5 SRC_URI = "http://www.netfilter.org/files/iptables-${PV}.tar.bz2"
6
7 S = "${WORKDIR}/iptables-${PV}"
8
9 export COPT_FLAGS = "${CFLAGS}"
10 export KERNEL_DIR = "${STAGING_INCDIR}"
11 do_compile () {
12         unset CFLAGS
13         oe_runmake
14 }
15
16 do_install () {
17         oe_runmake PREFIX=${prefix} DESTDIR=${D} install
18 }