gconf: rename policykit to polkit

PolicyKit has been renamed to Polkit since quite a while. Rename
the PACKAGECONFIG accordingly.

(From OE-Core rev: 35679293c42ef1ed717d455a9cfec82bf528bed2)

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Stefan Agner
2019-01-15 23:27:27 +01:00
committed by Richard Purdie
parent 6d0864469a
commit a8a749c59b

View File

@@ -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() {