summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/iptables/iptables_1.4.12.1.bb (renamed from meta/recipes-extended/iptables/iptables_1.4.9.bb)16
1 files changed, 9 insertions, 7 deletions
diff --git a/meta/recipes-extended/iptables/iptables_1.4.9.bb b/meta/recipes-extended/iptables/iptables_1.4.12.1.bb
index 7c9fbea1c0..52aa4d52c9 100644
--- a/meta/recipes-extended/iptables/iptables_1.4.9.bb
+++ b/meta/recipes-extended/iptables/iptables_1.4.12.1.bb
@@ -4,8 +4,8 @@ filtering code in Linux."
4HOMEPAGE = "http://www.netfilter.org/" 4HOMEPAGE = "http://www.netfilter.org/"
5BUGTRACKER = "http://bugzilla.netfilter.org/" 5BUGTRACKER = "http://bugzilla.netfilter.org/"
6LICENSE = "GPLv2+" 6LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ 7LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263\
8 file://iptables.c;firstline=13;endline=25;md5=f1028f2401da1c120df27594b2be50ef" 8 file://iptables/iptables.c;firstline=13;endline=25;md5=f1028f2401da1c120df27594b2be50ef"
9 9
10PR = "r0" 10PR = "r0"
11 11
@@ -18,12 +18,13 @@ RRECOMMENDS_${PN} = "kernel-module-x-tables \
18 kernel-module-nf-conntrack-ipv4 \ 18 kernel-module-nf-conntrack-ipv4 \
19 kernel-module-nf-nat \ 19 kernel-module-nf-nat \
20 kernel-module-ipt-masquerade" 20 kernel-module-ipt-masquerade"
21FILES_${PN}-dbg =+ "${libexecdir}/xtables/.debug" 21FILES_${PN} =+ "${libdir}/xtables/"
22FILES_${PN}-dbg =+ "${libdir}/xtables/.debug"
22 23
23SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2" 24SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2"
24 25
25SRC_URI[md5sum] = "db1312f7ce5a4c11dc981a2ac76b26e8" 26SRC_URI[md5sum] = "b08a1195ec2c1ebeaf072db3c55fdf43"
26SRC_URI[sha256sum] = "1ac719d6265cf64220c80c0974ed9d35febdac2986bb96eeaa9c8c7959a1d306" 27SRC_URI[sha256sum] = "77e6581f21f15946a814fa311236e5f3f7c6593180f9d695cea06aa95e464aba"
27 28
28inherit autotools 29inherit autotools
29 30
@@ -31,6 +32,7 @@ EXTRA_OECONF = "--with-kernel=${STAGING_INCDIR} \
31 ${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6', d)}" 32 ${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6', d)}"
32 33
33do_configure_prepend() { 34do_configure_prepend() {
34 # they are all libtool m4 files 35 # Remove some libtool m4 files
35 rm -rf ${S}/m4 36 # Keep ax_check_linker_flags.m4 which belongs to autoconf-archive.
37 rm -f libtool.m4 lt~obsolete.m4 ltoptions.m4 ltsugar.m4 ltversion.m4
36} 38}