diff options
author | Huang Qiyu <huangqy.fnst@cn.fujitsu.com> | 2018-03-07 11:10:09 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-08 10:39:32 -0800 |
commit | 6c99444c767ac03b75f82d4b842be6bb6692454d (patch) | |
tree | 31a28aa2e9d56e7fc1b647dbd9e645d7c280e768 | |
parent | 3c198a52badac5ad78309814819000eddaed575d (diff) | |
download | poky-6c99444c767ac03b75f82d4b842be6bb6692454d.tar.gz |
iptables: 1.6.1 -> 1.6.2
Upgrade iptables from 1.6.1 to 1.6.2.
(From OE-Core rev: 1bca3f22d48d138086752e61569ddc9cf8e9cf79)
Signed-off-by: Huang Qiyu <huangqy.fnst@cn.fujitsu.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/iptables/iptables_1.6.2.bb (renamed from meta/recipes-extended/iptables/iptables_1.6.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/iptables/iptables_1.6.1.bb b/meta/recipes-extended/iptables/iptables_1.6.2.bb index b37c55a64e..628f5b7c4a 100644 --- a/meta/recipes-extended/iptables/iptables_1.6.1.bb +++ b/meta/recipes-extended/iptables/iptables_1.6.2.bb | |||
@@ -25,8 +25,8 @@ SRC_URI = "http://netfilter.org/projects/iptables/files/iptables-${PV}.tar.bz2 \ | |||
25 | file://0001-fix-build-with-musl.patch \ | 25 | file://0001-fix-build-with-musl.patch \ |
26 | " | 26 | " |
27 | 27 | ||
28 | SRC_URI[md5sum] = "ab38a33806b6182c6f53d6afb4619add" | 28 | SRC_URI[md5sum] = "7d2b7847e4aa8832a18437b8a4c1873d" |
29 | SRC_URI[sha256sum] = "0fc2d7bd5d7be11311726466789d4c65fb4c8e096c9182b56ce97440864f0cf5" | 29 | SRC_URI[sha256sum] = "55d02dfa46263343a401f297d44190f2a3e5113c8933946f094ed40237053733" |
30 | 30 | ||
31 | inherit autotools pkgconfig | 31 | inherit autotools pkgconfig |
32 | 32 | ||