mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 19:02:13 +00:00
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 <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
|
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 ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
|
||||||
PACKAGECONFIG[systemd] = "--with-systemd-unitdir=${systemd_system_unitdir},--disable-systemd"
|
PACKAGECONFIG[systemd] = "--with-systemd-unitdir=${systemd_system_unitdir},--disable-systemd"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user