]> code.ossystems Code Review - openembedded-core.git/commitdiff
polkit: remove dbus-glib and eggdbus dependencies, polkit uses gio for DBus
authorRoss Burton <ross.burton@intel.com>
Thu, 19 Jul 2012 12:05:08 +0000 (13:05 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Jul 2012 16:02:30 +0000 (17:02 +0100)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/polkit/polkit_0.104.bb

index 6a8fdd6902a56c998ef802cc8f5394150e275791..24627413e5229f2189ab07359890d1861ad761e7 100644 (file)
@@ -6,12 +6,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=155db86cdbafa7532b41f390409283eb \
                     file://src/polkit/polkit.h;beginline=1;endline=20;md5=0a8630b0133176d0504c87a0ded39db4 \
                     file://docs/polkit/html/license.html;md5=d85a36709a446c10f4ee123f9dda0e38"
 
-DEPENDS = "expat dbus-glib eggdbus intltool-native"
+DEPENDS = "expat glib-2.0 intltool-native"
 
 PACKAGECONFIG = "${@base_contains('DISTRO_FEATURES', 'pam', 'pam', '', d)}"
 PACKAGECONFIG[pam] = "--with-authfw=pam,--with-authfw=shadow,libpam,libpam"
 
-PR = "r5"
+PR = "r6"
 
 PAM_SRC_URI = "file://polkit-1_pam.patch"
 SRC_URI = "http://hal.freedesktop.org/releases/polkit-${PV}.tar.gz \