firewalld: fix REQUIRED_DISTRO_FEATURES gobject-introspection-data

This fixes the commit 046ee4bb30.
The correct DISTRO_FEATURE is gobject-introspection-data.

Signed-off-by: Petr Gotthard <petr.gotthard@advantech.cz>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Petr Gotthard 2023-05-31 20:46:07 +00:00 committed by Khem Raj
parent e987fb2d91
commit e1cbc611a5

View File

@ -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"