mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
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:
committed by
Richard Purdie
parent
6d0864469a
commit
a8a749c59b
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user