From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Mon, 22 Mar 2004 22:37:29 +0000 Subject: Another pass of .oe cleanups. BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ --- iptables/iptables_1.2.9.oe | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'iptables') 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 -- cgit v1.2.3