summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2013-12-19 11:41:18 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-12-19 11:45:14 +0000
commiteb3598d2480ca6b2a22d7b280906acb113abddc8 (patch)
treebd2f811bed9221377538dbe50d394b0ea4f392dd /meta
parent57e6d537e847b88e4f89cd01be8a2926953b0082 (diff)
downloadpoky-eb3598d2480ca6b2a22d7b280906acb113abddc8.tar.gz
libsoup-2.4: add intltool-native to DEPENDS
The configure script looks for this; most of the time dependency chains ensure this is present but we need to be explicit or failures can occur. Reported by Nicolas Dechesne <nicolas.dechesne@linaro.org> (From OE-Core master rev: 22e45ed7d74ceb4a719e7b5889400c20ed4a0783) (From OE-Core rev: 394fa61d00b97c19610bfb38f02174c4e8aeeb15) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/libsoup/libsoup-2.4_2.40.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.40.2.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.40.2.bb
index 53807af3e5..aa4bbce114 100644
--- a/meta/recipes-support/libsoup/libsoup-2.4_2.40.2.bb
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.40.2.bb
@@ -9,7 +9,7 @@ PR = "r1"
9 9
10SECTION = "x11/gnome/libs" 10SECTION = "x11/gnome/libs"
11 11
12DEPENDS = "glib-2.0 gnutls libxml2 libproxy" 12DEPENDS = "glib-2.0 gnutls libxml2 libproxy intltool-native"
13 13
14PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'gnome', '', d)}" 14PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'gnome', '', d)}"
15PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome,libgnome-keyring sqlite3" 15PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome,libgnome-keyring sqlite3"