diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /iptables | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'iptables')
-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 |