diff options
author | Petr Gotthard <petr.gotthard@advantech.cz> | 2023-05-31 20:46:07 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-01 12:17:15 -0700 |
commit | e1cbc611a5eb083e236b8d8c67b58bf9716609d0 (patch) | |
tree | a91fd509fda85e444a89231912e83b6a17c250a7 | |
parent | e987fb2d9101094176c33241431fe5da6a715044 (diff) | |
download | meta-openembedded-e1cbc611a5eb083e236b8d8c67b58bf9716609d0.tar.gz |
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>
-rw-r--r-- | meta-networking/dynamic-layers/meta-python/recipes-connectivity/firewalld/firewalld_1.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/dynamic-layers/meta-python/recipes-connectivity/firewalld/firewalld_1.2.0.bb b/meta-networking/dynamic-layers/meta-python/recipes-connectivity/firewalld/firewalld_1.2.0.bb index 8efbd39f74..910d82fcd8 100644 --- a/meta-networking/dynamic-layers/meta-python/recipes-connectivity/firewalld/firewalld_1.2.0.bb +++ b/meta-networking/dynamic-layers/meta-python/recipes-connectivity/firewalld/firewalld_1.2.0.bb | |||
@@ -17,7 +17,7 @@ DEPENDS = "intltool-native glib-2.0-native nftables" | |||
17 | 17 | ||
18 | inherit gettext autotools-brokensep bash-completion pkgconfig python3native python3-dir gsettings systemd update-rc.d ptest features_check | 18 | inherit gettext autotools-brokensep bash-completion pkgconfig python3native python3-dir gsettings systemd update-rc.d ptest features_check |
19 | 19 | ||
20 | REQUIRED_DISTRO_FEATURES = "gobject-introspection" | 20 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |
21 | 21 | ||
22 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 22 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |
23 | PACKAGECONFIG[systemd] = "--with-systemd-unitdir=${systemd_system_unitdir},--disable-systemd" | 23 | PACKAGECONFIG[systemd] = "--with-systemd-unitdir=${systemd_system_unitdir},--disable-systemd" |