diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-05-28 15:30:41 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-28 16:42:55 +0200 |
commit | c074acfdfe981c79e51d4fbc62a1f7c5b8d4286a (patch) | |
tree | 0120882ce688abcdf44277e2c96a36b90d68c050 /meta-oe/recipes-gnome | |
parent | 5e4b91988cd58e0c39c16b9989d87d5db440968f (diff) | |
download | meta-openembedded-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.bb | 4 |
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 e167d8a6d..defb5fe2f 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 @@ | |||
1 | DESCRIPTION = "GNOME configuration database system" | 1 | DESCRIPTION = "GNOME configuration database system" |
2 | SECTION = "x11/gnome" | 2 | SECTION = "x11/gnome" |
3 | DEPENDS = "gtk+ orbit2 glib-2.0 libxml2 policykit" | 3 | DEPENDS = "gtk+ orbit2 glib-2.0 libxml2 polkit" |
4 | ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" | 4 | ORBIT_IDL_SRC = "${STAGING_BINDIR_NATIVE}/orbit-idl-2" |
5 | 5 | ||
6 | LICENSE = "LGPLv2+" | 6 | LICENSE = "LGPLv2+" |
@@ -12,7 +12,7 @@ SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/GConf/2.28/GConf-${PV}.tar.bz2 | |||
12 | SRC_URI[archive.md5sum] = "ad2aeb9c7d906b274954c51a615caeac" | 12 | SRC_URI[archive.md5sum] = "ad2aeb9c7d906b274954c51a615caeac" |
13 | SRC_URI[archive.sha256sum] = "d057dcfe2bfb2a80e592349c2a78d7dce12d19542aeced466c64fb701c806ac8" | 13 | SRC_URI[archive.sha256sum] = "d057dcfe2bfb2a80e592349c2a78d7dce12d19542aeced466c64fb701c806ac8" |
14 | 14 | ||
15 | PR = "r2" | 15 | PR = "r3" |
16 | 16 | ||
17 | RDEPENDS_${PN} += "dbus-x11" | 17 | RDEPENDS_${PN} += "dbus-x11" |
18 | 18 | ||