diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-12-06 17:00:14 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-14 09:11:14 +0000 |
commit | 81b0b7e54a94391c67adc9518719f382a4bc3b11 (patch) | |
tree | 33368573cf9ad85fb031173892f36e98b3999042 /meta/recipes-extended | |
parent | a48f701b402e8613ff3ac1b1cf484ea54f69474b (diff) | |
download | poky-81b0b7e54a94391c67adc9518719f382a4bc3b11.tar.gz |
iptables: upgrade to 1.4.21
(From OE-Core rev: 0be4c3e22e164ee56b658cbcfae748b302b4b531)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/iptables/iptables_1.4.21.bb (renamed from meta/recipes-extended/iptables/iptables_1.4.19.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/iptables/iptables_1.4.19.1.bb b/meta/recipes-extended/iptables/iptables_1.4.21.bb index a98ad4c0bb..166457dc46 100644 --- a/meta/recipes-extended/iptables/iptables_1.4.19.1.bb +++ b/meta/recipes-extended/iptables/iptables_1.4.21.bb | |||
@@ -24,8 +24,8 @@ SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \ | |||
24 | file://0001-configure-Add-option-to-enable-disable-libnfnetlink.patch \ | 24 | file://0001-configure-Add-option-to-enable-disable-libnfnetlink.patch \ |
25 | " | 25 | " |
26 | 26 | ||
27 | SRC_URI[md5sum] = "be97ce9007fa42c867901b496c935a0a" | 27 | SRC_URI[md5sum] = "536d048c8e8eeebcd9757d0863ebb0c0" |
28 | SRC_URI[sha256sum] = "dd51d3b942758a462afc7c8495930d25c93058e5319303247375183ad50164d2" | 28 | SRC_URI[sha256sum] = "52004c68021da9a599feed27f65defcfb22128f7da2c0531c0f75de0f479d3e0" |
29 | 29 | ||
30 | inherit autotools | 30 | inherit autotools |
31 | 31 | ||