diff options
| -rw-r--r-- | meta-networking/recipes-filter/nftables/nftables_0.9.8.bb (renamed from meta-networking/recipes-filter/nftables/nftables_0.9.7.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-networking/recipes-filter/nftables/nftables_0.9.7.bb b/meta-networking/recipes-filter/nftables/nftables_0.9.8.bb index e5dfef92bd..6990ae3aeb 100644 --- a/meta-networking/recipes-filter/nftables/nftables_0.9.7.bb +++ b/meta-networking/recipes-filter/nftables/nftables_0.9.8.bb | |||
| @@ -10,11 +10,11 @@ DEPENDS = "libmnl libnftnl bison-native \ | |||
| 10 | UPSTREAM_CHECK_REGEX = "nftables-(?P<pver>\d+(\.\d+){2,}).tar.bz2" | 10 | UPSTREAM_CHECK_REGEX = "nftables-(?P<pver>\d+(\.\d+){2,}).tar.bz2" |
| 11 | 11 | ||
| 12 | SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.bz2" | 12 | SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.bz2" |
| 13 | SRC_URI[sha256sum] = "fe6b8a8c326a2c09c02ca162b840d7d4aadb043ce7a367c166d6455b0e112cb0" | 13 | SRC_URI[sha256sum] = "60fc004656dae4fefc4901c939c9d64120b4dedb49738e420a9a34989f108fe4" |
| 14 | 14 | ||
| 15 | inherit autotools manpages pkgconfig | 15 | inherit autotools manpages pkgconfig |
| 16 | 16 | ||
| 17 | PACKAGECONFIG ??= "python readline" | 17 | PACKAGECONFIG ??= "python readline json" |
| 18 | PACKAGECONFIG[json] = "--with-json, --without-json, jansson" | 18 | PACKAGECONFIG[json] = "--with-json, --without-json, jansson" |
| 19 | PACKAGECONFIG[manpages] = "--enable-man-doc, --disable-man-doc, asciidoc-native" | 19 | PACKAGECONFIG[manpages] = "--enable-man-doc, --disable-man-doc, asciidoc-native" |
| 20 | PACKAGECONFIG[mini-gmp] = "--with-mini-gmp, --without-mini-gmp" | 20 | PACKAGECONFIG[mini-gmp] = "--with-mini-gmp, --without-mini-gmp" |
| @@ -28,4 +28,4 @@ RRECOMMENDS_${PN} += "kernel-module-nf-tables" | |||
| 28 | 28 | ||
| 29 | PACKAGES =+ "${PN}-python" | 29 | PACKAGES =+ "${PN}-python" |
| 30 | FILES_${PN}-python = "${nonarch_libdir}/${PYTHON_DIR}" | 30 | FILES_${PN}-python = "${nonarch_libdir}/${PYTHON_DIR}" |
| 31 | RDEPENDS_${PN}-python = "python3-core python3-json" | 31 | RDEPENDS_${PN}-python = "python3-core python3-json ${PN}" |
