From: Stefan Agner Date: Tue, 15 Jan 2019 22:27:27 +0000 (+0100) Subject: gconf: rename policykit to polkit X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~15628 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35679293c42ef1ed717d455a9cfec82bf528bed2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git gconf: rename policykit to polkit PolicyKit has been renamed to Polkit since quite a while. Rename the PACKAGECONFIG accordingly. Signed-off-by: Stefan Agner Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb index 120ae3e021d..1e8ca2e5d25 100644 --- a/meta/recipes-gnome/gnome/gconf_3.2.6.bb +++ b/meta/recipes-gnome/gnome/gconf_3.2.6.bb @@ -22,12 +22,12 @@ S = "${WORKDIR}/GConf-${PV}" EXTRA_OECONF = "--enable-shared --disable-static \ --disable-orbit --with-openldap=no --disable-gtk" -# Disable PolicyKit by default +# Disable Polkit by default PACKAGECONFIG ??= "" -# We really don't want PolicyKit for native +# We really don't want Polkit for native PACKAGECONFIG_class-native = "" -PACKAGECONFIG[policykit] = "--enable-defaults-service,--disable-defaults-service,polkit" +PACKAGECONFIG[polkit] = "--enable-defaults-service,--disable-defaults-service,polkit" PACKAGECONFIG[debug] = "--enable-debug=yes, --enable-debug=minimum" do_install_append() {