diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-06-21 11:02:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-06-21 13:06:13 +0200 |
commit | 0ee108356873f69229642d0c6f025f3328c5ff2f (patch) | |
tree | fb6e6412fab960d93ea439ef1d73faf64e623a52 /meta-oe/recipes-extended/polkit/polkit-gnome_0.102.bb | |
parent | 8d9191534f36a51817aed23aa6a708b0b251eaac (diff) | |
download | meta-openembedded-0ee108356873f69229642d0c6f025f3328c5ff2f.tar.gz |
recipes: add missing dependency on intltool-native
* These recipes all require intltool-native to build but were missing
a dependency on it.
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/polkit/polkit-gnome_0.102.bb')
-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 df5c9a38a..c6017c7d1 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+" | 5 | DEPENDS = "polkit dbus-glib gconf gtk+ intltool-native" |
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" |