diff options
| author | Yi Zhao <yi.zhao@windriver.com> | 2023-10-24 07:28:38 +0800 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-10-23 17:00:49 -0700 | 
| commit | a48613d396d30444c7e28fd88c653cef9b17dad0 (patch) | |
| tree | d0bbd8fc30837a70c3ba4d373ced8ebb0eed790c | |
| parent | 67f6c57dcd7bf74c19e8af30df51a8938f2d2e2b (diff) | |
| download | meta-openembedded-a48613d396d30444c7e28fd88c653cef9b17dad0.tar.gz | |
nftables: upgrade 1.0.8 -> 1.0.9
Changelog:
https://www.netfilter.org/projects/nftables/files/changes-nftables-1.0.9.txt
Drop configure option --disable-python as it has been removed upstream.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-filter/nftables/nftables_1.0.9.bb (renamed from meta-networking/recipes-filter/nftables/nftables_1.0.8.bb) | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-networking/recipes-filter/nftables/nftables_1.0.8.bb b/meta-networking/recipes-filter/nftables/nftables_1.0.9.bb index 00fe483bbd..43d606f5d1 100644 --- a/meta-networking/recipes-filter/nftables/nftables_1.0.8.bb +++ b/meta-networking/recipes-filter/nftables/nftables_1.0.9.bb  | |||
| @@ -9,7 +9,7 @@ DEPENDS = "libmnl libnftnl bison-native \ | |||
| 9 | SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.xz \ | 9 | SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.xz \ | 
| 10 | file://run-ptest \ | 10 | file://run-ptest \ | 
| 11 | " | 11 | " | 
| 12 | SRC_URI[sha256sum] = "9373740de41a82dbc98818e0a46a073faeb8a8d0689fa4fa1a74399c32bf3d50" | 12 | SRC_URI[sha256sum] = "a3c304cd9ba061239ee0474f9afb938a9bb99d89b960246f66f0c3a0a85e14cd" | 
| 13 | 13 | ||
| 14 | inherit autotools manpages pkgconfig ptest | 14 | inherit autotools manpages pkgconfig ptest | 
| 15 | 15 | ||
| @@ -23,8 +23,7 @@ PACKAGECONFIG[python] = ",, python3-setuptools-native" | |||
| 23 | PACKAGECONFIG[readline] = "--with-cli=readline, , readline, , , editline linenoise" | 23 | PACKAGECONFIG[readline] = "--with-cli=readline, , readline, , , editline linenoise" | 
| 24 | PACKAGECONFIG[xtables] = "--with-xtables, --without-xtables, iptables" | 24 | PACKAGECONFIG[xtables] = "--with-xtables, --without-xtables, iptables" | 
| 25 | 25 | ||
| 26 | # Disable the python via autoconf so we can build it separately via setuptools3 | 26 | EXTRA_OECONF = " \ | 
| 27 | EXTRA_OECONF = "--disable-python \ | ||
| 28 | ${@bb.utils.contains_any('PACKAGECONFIG', 'editline linenoise readline', '', '--without-cli', d)}" | 27 | ${@bb.utils.contains_any('PACKAGECONFIG', 'editline linenoise readline', '', '--without-cli', d)}" | 
| 29 | 28 | ||
| 30 | SETUPTOOLS_SETUP_PATH = "${S}/py" | 29 | SETUPTOOLS_SETUP_PATH = "${S}/py" | 
