aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-gnome
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-05-28 15:30:41 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-05-28 16:42:55 +0200
commitc074acfdfe981c79e51d4fbc62a1f7c5b8d4286a (patch)
tree0120882ce688abcdf44277e2c96a36b90d68c050 /meta-oe/recipes-gnome
parent5e4b91988cd58e0c39c16b9989d87d5db440968f (diff)
downloadmeta-openembedded-contrib-c074acfdfe981c79e51d4fbc62a1f7c5b8d4286a.tar.gz
gconf: depend on polkit not policykit
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-gnome')
-rw-r--r--meta-oe/recipes-gnome/gnome/gconf_2.28.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-gnome/gnome/gconf_2.28.0.bb b/meta-oe/recipes-gnome/gnome/gconf_2.28.0.bb
index e167d8a6d5..defb5fe2f9 100644
--- a/meta-oe/recipes-gnome/gnome/gconf_2.28.0.bb
+++ b/meta-oe/recipes-gnome/gnome/gconf_2.28.0.bb
@@ -1,6 +1,6 @@
DESCRIPTION = "GNOME configuration database system"
SECTION = "x11/gnome"
-DEPENDS = "gtk+ orbit2 glib-2.0 libxml2 policykit"
+DEPENDS = "gtk+ orbit2 glib-2.0 libxml2 polkit"
ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2"
LICENSE = "LGPLv2+"
@@ -12,7 +12,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.28/GConf-${PV}.tar.bz2
SRC_URI[archive.md5sum] = "ad2aeb9c7d906b274954c51a615caeac"
SRC_URI[archive.sha256sum] = "d057dcfe2bfb2a80e592349c2a78d7dce12d19542aeced466c64fb701c806ac8"
-PR = "r2"
+PR = "r3"
RDEPENDS_${PN} += "dbus-x11"