Skip to content

Commit

Permalink
firewalld: fix REQUIRED_DISTRO_FEATURES gobject-introspection-data
Browse files Browse the repository at this point in the history
This fixes the commit 046ee4b.
The correct DISTRO_FEATURE is gobject-introspection-data.

Signed-off-by: Petr Gotthard <[email protected]>
Signed-off-by: Khem Raj <[email protected]>

Cherry-picked from scarthgap; undid move to dynamic-layers/meta/python.

Signed-off-by: Richard Tollerton <[email protected]>
  • Loading branch information
gotthardp authored and chaitu236 committed Oct 8, 2024
1 parent 0c7f18b commit d4e66b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d4e66b1

Please sign in to comment.