diff mbox series

[yocto-autobuilder-helper,dunfell] config.json: Make meta-oe source mirror config wider coverage (polkit)

Message ID 20240116155556.3008306-1-yoann.congal@smile.fr
State New
Headers show
Series [yocto-autobuilder-helper,dunfell] config.json: Make meta-oe source mirror config wider coverage (polkit) | expand

Commit Message

Yoann Congal Jan. 16, 2024, 3:55 p.m. UTC
Some recipes (gnome-settings-daemon, accountsservice) depend on polkit
DISTRO_FEATURES. Set this up so that we get wider source mirror coverage
and fewer warnings.

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 1a92c80..74c261b 100644
--- a/config.json
+++ b/config.json
@@ -1102,7 +1102,7 @@ 
                 "PNBLACKLIST[dvb-apps] = '1'",
                 "PNBLACKLIST[tvheadend] = '1'",
                 "LICENSE_FLAGS_ACCEPTED = 'commercial'",
-                "DISTRO_FEATURES_append = ' pam systemd usrmerge'",
+                "DISTRO_FEATURES_append = ' pam systemd usrmerge polkit'",
                 "FORTRAN_forcevariable = ',fortran'",
                 "RUNTIMETARGET_append_pn-gcc-runtime = ' libquadmath'"
             ],