diff options
| -rw-r--r-- | meta-networking/recipes-filter/nftables/nftables_1.0.6.bb (renamed from meta-networking/recipes-filter/nftables/nftables_1.0.5.bb) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-networking/recipes-filter/nftables/nftables_1.0.5.bb b/meta-networking/recipes-filter/nftables/nftables_1.0.6.bb index c5a2968d18..789a493127 100644 --- a/meta-networking/recipes-filter/nftables/nftables_1.0.5.bb +++ b/meta-networking/recipes-filter/nftables/nftables_1.0.6.bb | |||
| @@ -6,12 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d1a78fdd879a263a5e0b42d1fc565e79" | |||
| 6 | DEPENDS = "libmnl libnftnl bison-native \ | 6 | DEPENDS = "libmnl libnftnl bison-native \ |
| 7 | ${@bb.utils.contains('PACKAGECONFIG', 'mini-gmp', '', 'gmp', d)}" | 7 | ${@bb.utils.contains('PACKAGECONFIG', 'mini-gmp', '', 'gmp', d)}" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.bz2 \ | 9 | SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.xz \ |
| 10 | file://0001-nftables-python-Split-root-from-prefix.patch \ | 10 | file://0001-nftables-python-Split-root-from-prefix.patch \ |
| 11 | file://run-ptest \ | 11 | file://run-ptest \ |
| 12 | " | 12 | " |
| 13 | 13 | SRC_URI[sha256sum] = "2407430ddd82987670e48dc2fda9e280baa8307abec04ab18d609df3db005e4c" | |
| 14 | SRC_URI[sha256sum] = "8d1b4b18393af43698d10baa25d2b9b6397969beecac7816c35dd0714e4de50a" | ||
| 15 | 14 | ||
| 16 | inherit autotools manpages pkgconfig ptest | 15 | inherit autotools manpages pkgconfig ptest |
| 17 | 16 | ||
