summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2026-03-14 19:26:03 +0100
committerKhem Raj <raj.khem@gmail.com>2026-03-18 14:33:25 -0700
commit5540083053f287aa93c474d7cc819f99498f2a41 (patch)
tree0a9c3464388ffceadb5188a179b940edbaf31c19
parent8ceaab26fb32fc2317e9e16416e3ddc9528d7018 (diff)
downloadmeta-openembedded-5540083053f287aa93c474d7cc819f99498f2a41.tar.gz
nftables: build with native python instead of host python
Using old Python on the build host with SetupTools 82 results in an error message during building: | error: invalid command 'egg_info' | | ERROR Backend subprocess exited when trying to invoke get_requires_for_build_wheel | WARNING: exit code 1 from a shell command. To avoid it, use the native Python environment built by OE. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-filter/nftables/nftables_1.1.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-filter/nftables/nftables_1.1.6.bb b/meta-networking/recipes-filter/nftables/nftables_1.1.6.bb
index 505dfc12d0..d27e60a18d 100644
--- a/meta-networking/recipes-filter/nftables/nftables_1.1.6.bb
+++ b/meta-networking/recipes-filter/nftables/nftables_1.1.6.bb
@@ -16,7 +16,7 @@ SRC_URI = "http://www.netfilter.org/projects/nftables/files/${BP}.tar.xz \
16 " 16 "
17SRC_URI[sha256sum] = "372931bda8556b310636a2f9020adc710f9bab66f47efe0ce90bff800ac2530c" 17SRC_URI[sha256sum] = "372931bda8556b310636a2f9020adc710f9bab66f47efe0ce90bff800ac2530c"
18 18
19inherit autotools manpages pkgconfig ptest 19inherit autotools manpages pkgconfig ptest python3native
20 20
21PACKAGECONFIG ?= "python readline json" 21PACKAGECONFIG ?= "python readline json"
22PACKAGECONFIG[editline] = "--with-cli=editline, , libedit, , , linenoise readline" 22PACKAGECONFIG[editline] = "--with-cli=editline, , libedit, , , linenoise readline"