aboutsummaryrefslogtreecommitdiffstats
path: root/packages/iptables/iptables_1.2.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/iptables/iptables_1.2.9.bb')
-rw-r--r--packages/iptables/iptables_1.2.9.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/iptables/iptables_1.2.9.bb b/packages/iptables/iptables_1.2.9.bb
index fe43ff488e..213802d17f 100644
--- a/packages/iptables/iptables_1.2.9.bb
+++ b/packages/iptables/iptables_1.2.9.bb
@@ -1,9 +1,10 @@
SECTION = "console/network"
DESCRIPTION = "iptables network filtering tools"
LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
-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}"