summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/pimlico
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-06-21 11:02:06 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-21 13:06:13 +0200
commit0ee108356873f69229642d0c6f025f3328c5ff2f (patch)
treefb6e6412fab960d93ea439ef1d73faf64e623a52 /meta-gnome/recipes-gnome/pimlico
parent8d9191534f36a51817aed23aa6a708b0b251eaac (diff)
downloadmeta-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/pimlico')
-rw-r--r--meta-gnome/recipes-gnome/pimlico/contacts.inc2
-rw-r--r--meta-gnome/recipes-gnome/pimlico/dates.inc2
-rw-r--r--meta-gnome/recipes-gnome/pimlico/tasks.inc2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-gnome/recipes-gnome/pimlico/contacts.inc b/meta-gnome/recipes-gnome/pimlico/contacts.inc
index 665efa37e..6535bbf54 100644
--- a/meta-gnome/recipes-gnome/pimlico/contacts.inc
+++ b/meta-gnome/recipes-gnome/pimlico/contacts.inc
@@ -4,7 +4,7 @@ BUGTRACKER = "https://bugzilla.gnome.org/"
4 4
5LICENSE = "GPLv2 & GPLv2+ & GPLv3+ " 5LICENSE = "GPLv2 & GPLv2+ & GPLv3+ "
6SECTION = "x11" 6SECTION = "x11"
7DEPENDS = "glib-2.0 gtk+ evolution-data-server" 7DEPENDS = "glib-2.0 gtk+ evolution-data-server intltool-native"
8RDEPENDS_${PN} = "libedata-book" 8RDEPENDS_${PN} = "libedata-book"
9 9
10inherit autotools pkgconfig 10inherit autotools pkgconfig
diff --git a/meta-gnome/recipes-gnome/pimlico/dates.inc b/meta-gnome/recipes-gnome/pimlico/dates.inc
index 9b078e13c..12d2f83f9 100644
--- a/meta-gnome/recipes-gnome/pimlico/dates.inc
+++ b/meta-gnome/recipes-gnome/pimlico/dates.inc
@@ -5,7 +5,7 @@ BUGTRACKER = "https://bugzilla.gnome.org/"
5LICENSE = "GPLv2 & GPLv2+ & LGPLv2+" 5LICENSE = "GPLv2 & GPLv2+ & LGPLv2+"
6 6
7SECTION = "x11" 7SECTION = "x11"
8DEPENDS = "glib-2.0 gtk+ libglade evolution-data-server" 8DEPENDS = "glib-2.0 gtk+ libglade evolution-data-server intltool-native"
9RDEPENDS_${PN} = "libedata-cal" 9RDEPENDS_${PN} = "libedata-cal"
10 10
11inherit autotools gettext pkgconfig gtk-icon-cache 11inherit autotools gettext pkgconfig gtk-icon-cache
diff --git a/meta-gnome/recipes-gnome/pimlico/tasks.inc b/meta-gnome/recipes-gnome/pimlico/tasks.inc
index 44f036dd9..f8217dc3a 100644
--- a/meta-gnome/recipes-gnome/pimlico/tasks.inc
+++ b/meta-gnome/recipes-gnome/pimlico/tasks.inc
@@ -5,6 +5,6 @@ BUGTRACKER = "https://bugzilla.gnome.org/"
5LICENSE = "GPLv2 & GPLv2+" 5LICENSE = "GPLv2 & GPLv2+"
6 6
7SECTION = "x11" 7SECTION = "x11"
8DEPENDS = "glib-2.0 gtk+ evolution-data-server" 8DEPENDS = "glib-2.0 gtk+ evolution-data-server intltool-native"
9 9
10inherit autotools pkgconfig gtk-icon-cache 10inherit autotools pkgconfig gtk-icon-cache