From 5ab5b623d46cd4c5b2bec544294a378da51ed54c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Sep 2021 09:21:29 -0700 Subject: firewalld: Inherit pkgconfig Fixes ../firewalld-0.9.4/configure: line 3408: pkg.m4: command not found ../firewalld-0.9.4/configure: line 3422: syntax error near unexpected token `0.16' ../firewalld-0.9.4/configure: line 3422: ` PKG_PROG_PKG_CONFIG(0.16)' Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb b/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb index 7aed5105cd..7d29bf1ed0 100644 --- a/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb +++ b/meta-networking/recipes-connectivity/firewalld/firewalld_0.9.4.bb @@ -13,7 +13,7 @@ SRC_URI[sha256sum] = "52c5e3d5b1e2efc0e86c22b2bc1f7fd80908cc2d8130157dc2a3517a59 # glib-2.0-native is needed for GSETTINGS_RULES autoconf macro from gsettings.m4 DEPENDS = "intltool-native glib-2.0-native nftables" -inherit gettext autotools bash-completion python3native gsettings systemd update-rc.d +inherit gettext autotools bash-completion pkgconfig python3native gsettings systemd update-rc.d PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" PACKAGECONFIG[systemd] = "--with-systemd-unitdir=${systemd_system_unitdir},--disable-systemd" -- cgit v1.2.3-54-g00ecf