mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-10-22 23:13:04 +02:00
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:
parent
e987fb2d91
commit
e1cbc611a5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user