[oe-commits] Ross Burton : polkit: remove dbus-glib and eggdbus dependencies, polkit uses gio for DBus

git at git.openembedded.org git at git.openembedded.org
Thu Jul 19 16:20:22 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 466e108fcefe0d8d3aab2d7a4cee328d85eb1128
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=466e108fcefe0d8d3aab2d7a4cee328d85eb1128

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Jul 19 13:05:08 2012 +0100

polkit: remove dbus-glib and eggdbus dependencies, polkit uses gio for DBus

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/polkit/polkit_0.104.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/polkit/polkit_0.104.bb b/meta/recipes-extended/polkit/polkit_0.104.bb
index 6a8fdd6..2462741 100644
--- a/meta/recipes-extended/polkit/polkit_0.104.bb
+++ b/meta/recipes-extended/polkit/polkit_0.104.bb
@@ -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 \





More information about the Openembedded-commits mailing list