[oe-commits] Richard Purdie : polkit-gnome: add missing dependency on gnome-common

git at git.openembedded.org git at git.openembedded.org
Sat Jun 21 09:38:57 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 455328563ca62ff750eeafa7c0bf1c38f26abfb3
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=455328563ca62ff750eeafa7c0bf1c38f26abfb3

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Sat Jun 21 11:10:35 2014 +0200

polkit-gnome: add missing dependency on gnome-common

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb b/meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb
index c6017c7..f018773 100644
--- a/meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb
+++ b/meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb
@@ -2,7 +2,7 @@ SUMMARY = "GNOME Authentication Agent for PolicyKit"
 DESCRIPTION = "PolicyKit-gnome provides an Authentication Agent for PolicyKit that integrates well with the GNOME desktop environment"
 HOMEPAGE = "http://www.packagekit.org/"
 BUGTRACKER = "http://bugzilla.gnome.org/"
-DEPENDS = "polkit dbus-glib gconf gtk+ intltool-native"
+DEPENDS = "polkit dbus-glib gconf gtk+ intltool-native gnome-common"
 LICENSE = "LGPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=74579fab173e4c5e12aac0cd83ee98ec \
                     file://src/main.c;beginline=1;endline=20;md5=aba145d1802f2329ba561e3e48ecb795"



More information about the Openembedded-commits mailing list