From d4e66b13bf210a2dfbf4d9ca3dd89d57d1d0a77c Mon Sep 17 00:00:00 2001 From: Petr Gotthard Date: Wed, 31 May 2023 20:46:07 +0000 Subject: [PATCH] firewalld: fix REQUIRED_DISTRO_FEATURES gobject-introspection-data This fixes the commit 046ee4bb3061214a794d7be6d324a79d92053dfa. The correct DISTRO_FEATURE is gobject-introspection-data. Signed-off-by: Petr Gotthard Signed-off-by: Khem Raj Cherry-picked from scarthgap; undid move to dynamic-layers/meta/python. Signed-off-by: Richard Tollerton --- .../recipes-connectivity/firewalld/firewalld_1.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity/firewalld/firewalld_1.2.0.bb b/meta-networking/recipes-connectivity/firewalld/firewalld_1.2.0.bb index 8efbd39f745..910d82fcd86 100644 --- a/meta-networking/recipes-connectivity/firewalld/firewalld_1.2.0.bb +++ b/meta-networking/recipes-connectivity/firewalld/firewalld_1.2.0.bb @@ -17,7 +17,7 @@ DEPENDS = "intltool-native glib-2.0-native nftables" inherit gettext autotools-brokensep bash-completion pkgconfig python3native python3-dir gsettings systemd update-rc.d ptest features_check -REQUIRED_DISTRO_FEATURES = "gobject-introspection" +REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" PACKAGECONFIG[systemd] = "--with-systemd-unitdir=${systemd_system_unitdir},--disable-systemd"