diff options
Diffstat (limited to 'iptables/iptables_1.2.9.oe')
-rw-r--r-- | iptables/iptables_1.2.9.oe | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/iptables/iptables_1.2.9.oe b/iptables/iptables_1.2.9.oe index e011c723e2..d5907b450d 100644 --- a/iptables/iptables_1.2.9.oe +++ b/iptables/iptables_1.2.9.oe @@ -2,12 +2,12 @@ DESCRIPTION = "iptables network filtering tools" DEPENDS = "virtual/libc" RDEPENDS = "libc6" -SRC_URI = http://www.netfilter.org/files/iptables-1.2.9.tar.bz2 +SRC_URI = "http://www.netfilter.org/files/iptables-${PV}.tar.bz2" -S = "${WORKDIR}/iptables-1.2.9" +S = "${WORKDIR}/iptables-${PV}" -export COPT_FLAGS=${CFLAGS} -export KERNEL_DIR=${STAGING_INCDIR} +export COPT_FLAGS = "${CFLAGS}" +export KERNEL_DIR = "${STAGING_INCDIR}" do_compile () { unset CFLAGS oe_runmake |