diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-10-25 16:13:46 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-11-01 14:51:36 +0000 |
commit | 0a4d877b8bff8d4ba46ab820d2f273c361fce573 (patch) | |
tree | 1a187f810de320690728c3d1bb11423e28d65eeb /meta/recipes-extended/iptables/iptables_1.4.9.bb | |
parent | c8440ddb53970aaa561033265babd84bf012a459 (diff) | |
download | poky-0a4d877b8bff8d4ba46ab820d2f273c361fce573.tar.gz |
iptables: upgrade to version 1.4.12.1
Change do_configure_prepend() since some m4 file is needed when
doing configuration.
Define correct FILE for iptables and iptables-dbg packages.
License checksum changed (not essential part), and the license is
still GPLv2.
(From OE-Core rev: de034bf830bec1b64260ac8516dd584163716ef4)
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/iptables/iptables_1.4.9.bb')
-rw-r--r-- | meta/recipes-extended/iptables/iptables_1.4.9.bb | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/meta/recipes-extended/iptables/iptables_1.4.9.bb b/meta/recipes-extended/iptables/iptables_1.4.9.bb deleted file mode 100644 index 7c9fbea1c0..0000000000 --- a/meta/recipes-extended/iptables/iptables_1.4.9.bb +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | SUMMARY = "Tools for managing kernel packaet filtering capabilities" | ||
2 | DESCRIPTION = "iptables is the userspace command line program used to configure and control network packet \ | ||
3 | filtering code in Linux." | ||
4 | HOMEPAGE = "http://www.netfilter.org/" | ||
5 | BUGTRACKER = "http://bugzilla.netfilter.org/" | ||
6 | LICENSE = "GPLv2+" | ||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ | ||
8 | file://iptables.c;firstline=13;endline=25;md5=f1028f2401da1c120df27594b2be50ef" | ||
9 | |||
10 | PR = "r0" | ||
11 | |||
12 | RRECOMMENDS_${PN} = "kernel-module-x-tables \ | ||
13 | kernel-module-ip-tables \ | ||
14 | kernel-module-iptable-filter \ | ||
15 | kernel-module-iptable-nat \ | ||
16 | kernel-module-nf-defrag-ipv4 \ | ||
17 | kernel-module-nf-conntrack \ | ||
18 | kernel-module-nf-conntrack-ipv4 \ | ||
19 | kernel-module-nf-nat \ | ||
20 | kernel-module-ipt-masquerade" | ||
21 | FILES_${PN}-dbg =+ "${libexecdir}/xtables/.debug" | ||
22 | |||
23 | SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2" | ||
24 | |||
25 | SRC_URI[md5sum] = "db1312f7ce5a4c11dc981a2ac76b26e8" | ||
26 | SRC_URI[sha256sum] = "1ac719d6265cf64220c80c0974ed9d35febdac2986bb96eeaa9c8c7959a1d306" | ||
27 | |||
28 | inherit autotools | ||
29 | |||
30 | EXTRA_OECONF = "--with-kernel=${STAGING_INCDIR} \ | ||
31 | ${@base_contains('DISTRO_FEATURES', 'ipv6', '', '--disable-ipv6', d)}" | ||
32 | |||
33 | do_configure_prepend() { | ||
34 | # they are all libtool m4 files | ||
35 | rm -rf ${S}/m4 | ||
36 | } | ||