diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2019-01-15 23:27:27 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-16 15:35:07 +0000 |
commit | a8a749c59b921b57d427e8071b5c6161856f1389 (patch) | |
tree | 49b4e115ad600f33b903e163aee152f27ae1603f /meta/recipes-gnome/gnome | |
parent | 6d0864469a98ec976b615e0881d057a675143f20 (diff) | |
download | poky-a8a749c59b921b57d427e8071b5c6161856f1389.tar.gz |
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>
Diffstat (limited to 'meta/recipes-gnome/gnome')
-rw-r--r-- | meta/recipes-gnome/gnome/gconf_3.2.6.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-gnome/gnome/gconf_3.2.6.bb b/meta/recipes-gnome/gnome/gconf_3.2.6.bb index 120ae3e021..1e8ca2e5d2 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}" | |||
22 | EXTRA_OECONF = "--enable-shared --disable-static \ | 22 | EXTRA_OECONF = "--enable-shared --disable-static \ |
23 | --disable-orbit --with-openldap=no --disable-gtk" | 23 | --disable-orbit --with-openldap=no --disable-gtk" |
24 | 24 | ||
25 | # Disable PolicyKit by default | 25 | # Disable Polkit by default |
26 | PACKAGECONFIG ??= "" | 26 | PACKAGECONFIG ??= "" |
27 | # We really don't want PolicyKit for native | 27 | # We really don't want Polkit for native |
28 | PACKAGECONFIG_class-native = "" | 28 | PACKAGECONFIG_class-native = "" |
29 | 29 | ||
30 | PACKAGECONFIG[policykit] = "--enable-defaults-service,--disable-defaults-service,polkit" | 30 | PACKAGECONFIG[polkit] = "--enable-defaults-service,--disable-defaults-service,polkit" |
31 | PACKAGECONFIG[debug] = "--enable-debug=yes, --enable-debug=minimum" | 31 | PACKAGECONFIG[debug] = "--enable-debug=yes, --enable-debug=minimum" |
32 | 32 | ||
33 | do_install_append() { | 33 | do_install_append() { |