diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-04-18 11:21:20 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-04-25 16:10:14 -0400 |
commit | 5477d5bcb727b5bc3213769d8d92e47d8a3828bb (patch) | |
tree | c15bdc4d26567cfa2021dfd06b01dd8a28d800f1 /meta-networking | |
parent | 2571887a9576f2a73413cda5e90f4fd6a7d64ab3 (diff) | |
download | meta-openembedded-5477d5bcb727b5bc3213769d8d92e47d8a3828bb.tar.gz |
nftables: Upgrade to 0.7
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-filter/nftables/nftables_0.7.bb (renamed from meta-networking/recipes-filter/nftables/nftables_0.6.bb) | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-networking/recipes-filter/nftables/nftables_0.6.bb b/meta-networking/recipes-filter/nftables/nftables_0.7.bb index 5dd93627ae..3a3a946653 100644 --- a/meta-networking/recipes-filter/nftables/nftables_0.6.bb +++ b/meta-networking/recipes-filter/nftables/nftables_0.7.bb | |||
@@ -10,7 +10,9 @@ RRECOMMENDS_${PN} += "kernel-module-nf-tables \ | |||
10 | SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.bz2 \ | 10 | SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.bz2 \ |
11 | file://fix-to-generate-ntf.8.patch \ | 11 | file://fix-to-generate-ntf.8.patch \ |
12 | " | 12 | " |
13 | SRC_URI[md5sum] = "fd320e35fdf14b7be795492189b13dae" | 13 | SRC_URI[md5sum] = "4c005e76a15a029afaba71d7db21d065" |
14 | SRC_URI[sha256sum] = "dede62655f1c56f2bc9f9be12d103d930dcef6d5f9e0855854ad9c6f93cd6c2d" | 14 | SRC_URI[sha256sum] = "fe639239d801ce5890397f6f4391c58a934bfc27d8b7d5ef922692de5ec4ed43" |
15 | |||
16 | ASNEEDED = "" | ||
15 | 17 | ||
16 | inherit autotools pkgconfig | 18 | inherit autotools pkgconfig |