summaryrefslogtreecommitdiff
path: root/packages/iptables/iptables_1.3.3.bb
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2007-03-09 00:06:40 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2007-03-09 00:06:40 +0000
commitc3f8397720b1ae490b509442632956653a0abd32 (patch)
tree2f06d0bd676b8035beeffae572853a9617f24131 /packages/iptables/iptables_1.3.3.bb
parent3aeaac33bc061b342afc064800c00b1d49f3002a (diff)
iptables: Apply patch to use cross ar instead of host ar. (by Cyril Romain)
Diffstat (limited to 'packages/iptables/iptables_1.3.3.bb')
-rw-r--r--packages/iptables/iptables_1.3.3.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/iptables/iptables_1.3.3.bb b/packages/iptables/iptables_1.3.3.bb
index 4c500ad5b1..5f19d45317 100644
--- a/packages/iptables/iptables_1.3.3.bb
+++ b/packages/iptables/iptables_1.3.3.bb
@@ -3,14 +3,15 @@ HOMEPAGE = "http://www.netfilter.org/"
SECTION = "console/utils"
LICENSE = "GPL"
RRECOMMENDS = "kernel-module-ip-tables kernel-module-iptable-filter"
-PR = "r3"
+PR = "r4"
PACKAGES =+ "${PN}-utils"
FILES_${PN}-utils = "${sbindir}/iptables-save ${sbindir}/iptables-restore"
-SRC_URI = "http://www.netfilter.org/files/iptables-${PV}.tar.bz2"
+SRC_URI = "http://www.netfilter.org/files/iptables-${PV}.tar.bz2 \
+ file://compile.patch;patch=1"
S = "${WORKDIR}/iptables-${PV}"