diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2007-03-09 10:09:47 +0000 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2007-03-09 10:09:47 +0000 |
commit | 2b1b88aa4a1de8ea6e93a084273000eba3b13eaf (patch) | |
tree | 70094f57c46cc340b9205ea907018962ae43c3b8 /packages/iptables/iptables_1.3.3.bb | |
parent | 6142b288fa6a5b342f2e33fe40a9c9d7c78797e5 (diff) | |
parent | 60cbd79004f7a2d867a3ca654e1027e38677c142 (diff) |
merge of 'a493ab6d3816df87b73bd14750c0ae4c366680be'
and 'd446e3e662963c5cd0c53703564aadc5b3fddc48'
Diffstat (limited to 'packages/iptables/iptables_1.3.3.bb')
-rw-r--r-- | packages/iptables/iptables_1.3.3.bb | 5 |
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}" |