summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-21 11:10:35 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-21 13:06:14 +0200
commite29addd7d6ac889778baa6c26a44c82c37617718 (patch)
treeb55737895e1094ee6885f0d27fff7157a4702d7b /meta-oe/recipes-extended
parent7c6412614995da6820547d158823411e7ed2d992 (diff)
downloadmeta-openembedded-e29addd7d6ac889778baa6c26a44c82c37617718.tar.gz
polkit-gnome: add missing dependency on gnome-common
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb2
1 files changed, 1 insertions, 1 deletions
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 c6017c7d1..f018773c5 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"
2DESCRIPTION = "PolicyKit-gnome provides an Authentication Agent for PolicyKit that integrates well with the GNOME desktop environment" 2DESCRIPTION = "PolicyKit-gnome provides an Authentication Agent for PolicyKit that integrates well with the GNOME desktop environment"
3HOMEPAGE = "http://www.packagekit.org/" 3HOMEPAGE = "http://www.packagekit.org/"
4BUGTRACKER = "http://bugzilla.gnome.org/" 4BUGTRACKER = "http://bugzilla.gnome.org/"
5DEPENDS = "polkit dbus-glib gconf gtk+ intltool-native" 5DEPENDS = "polkit dbus-glib gconf gtk+ intltool-native gnome-common"
6LICENSE = "LGPLv2+" 6LICENSE = "LGPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=74579fab173e4c5e12aac0cd83ee98ec \ 7LIC_FILES_CHKSUM = "file://COPYING;md5=74579fab173e4c5e12aac0cd83ee98ec \
8 file://src/main.c;beginline=1;endline=20;md5=aba145d1802f2329ba561e3e48ecb795" 8 file://src/main.c;beginline=1;endline=20;md5=aba145d1802f2329ba561e3e48ecb795"