mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
gconf: depend on polkit not policykit
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user