summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-filter/nftables/nftables_0.9.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-filter/nftables/nftables_0.9.2.bb b/meta-networking/recipes-filter/nftables/nftables_0.9.2.bb
index 98e8050b81..0c57e7255e 100644
--- a/meta-networking/recipes-filter/nftables/nftables_0.9.2.bb
+++ b/meta-networking/recipes-filter/nftables/nftables_0.9.2.bb
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "5cb66180143e6bfc774f4eb316206d40ac1cb6df269a90882404cbf716
14inherit autotools manpages pkgconfig 14inherit autotools manpages pkgconfig
15 15
16PACKAGECONFIG ?= "python" 16PACKAGECONFIG ?= "python"
17PACKAGECONFIG[man] = "--enable--man-doc, --disable-man-doc" 17PACKAGECONFIG[manpages] = ", --disable-man-doc, asciidoc-native"
18PACKAGECONFIG[python] = "--with-python-bin=${PYTHON}, --with-python-bin="", python3" 18PACKAGECONFIG[python] = "--with-python-bin=${PYTHON}, --with-python-bin="", python3"
19 19
20inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)} 20inherit ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python3native', '', d)}