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-gnome/recipes-gnome/libgdata | |
| 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-gnome/recipes-gnome/libgdata')
| -rw-r--r-- | meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb b/meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb index 2affaccc13..6cf1e3fe85 100644 --- a/meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb +++ b/meta-gnome/recipes-gnome/libgdata/libgdata_0.7.1.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24 \ | |||
| 7 | file://gdata/gdata.h;endline=20;md5=079a554efcf65d46f96a515806e7e99a \ | 7 | file://gdata/gdata.h;endline=20;md5=079a554efcf65d46f96a515806e7e99a \ |
| 8 | file://gdata/gdata-types.h;endline=20;md5=7399b111aac8718da13888fc634be6ef" | 8 | file://gdata/gdata-types.h;endline=20;md5=7399b111aac8718da13888fc634be6ef" |
| 9 | 9 | ||
| 10 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4" | 10 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4 intltool-native" |
| 11 | 11 | ||
| 12 | inherit gnomebase pkgconfig autotools-brokensep gettext | 12 | inherit gnomebase pkgconfig autotools-brokensep gettext |
| 13 | 13 | ||
