summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-filter/nftables/nftables_1.1.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-filter/nftables/nftables_1.1.1.bb b/meta-networking/recipes-filter/nftables/nftables_1.1.1.bb
index 17709016be..f0f51f5397 100644
--- a/meta-networking/recipes-filter/nftables/nftables_1.1.1.bb
+++ b/meta-networking/recipes-filter/nftables/nftables_1.1.1.bb
@@ -33,6 +33,9 @@ EXTRA_OECONF = " \
33 33
34PEP517_SOURCE_PATH = "${S}/py" 34PEP517_SOURCE_PATH = "${S}/py"
35 35
36# xtables will need it on musl see iptables
37CFLAGS:append:libc-musl = " -D__UAPI_DEF_ETHHDR=0"
38
36inherit_defer ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python_setuptools_build_meta', '', d)} 39inherit_defer ${@bb.utils.contains('PACKAGECONFIG', 'python', 'python_setuptools_build_meta', '', d)}
37 40
38PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'python', '${PN}-python', '', d)}" 41PACKAGES =+ "${@bb.utils.contains('PACKAGECONFIG', 'python', '${PN}-python', '', d)}"