diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-21 11:10:35 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 13:06:14 +0200 |
commit | e29addd7d6ac889778baa6c26a44c82c37617718 (patch) | |
tree | b55737895e1094ee6885f0d27fff7157a4702d7b | |
parent | 7c6412614995da6820547d158823411e7ed2d992 (diff) | |
download | meta-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>
-rw-r--r-- | meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb | 2 |
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" | |||
2 | DESCRIPTION = "PolicyKit-gnome provides an Authentication Agent for PolicyKit that integrates well with the GNOME desktop environment" | 2 | DESCRIPTION = "PolicyKit-gnome provides an Authentication Agent for PolicyKit that integrates well with the GNOME desktop environment" |
3 | HOMEPAGE = "http://www.packagekit.org/" | 3 | HOMEPAGE = "http://www.packagekit.org/" |
4 | BUGTRACKER = "http://bugzilla.gnome.org/" | 4 | BUGTRACKER = "http://bugzilla.gnome.org/" |
5 | DEPENDS = "polkit dbus-glib gconf gtk+ intltool-native" | 5 | DEPENDS = "polkit dbus-glib gconf gtk+ intltool-native gnome-common" |
6 | LICENSE = "LGPLv2+" | 6 | LICENSE = "LGPLv2+" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=74579fab173e4c5e12aac0cd83ee98ec \ | 7 | LIC_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" |