]> code.ossystems Code Review - openembedded-core.git/commitdiff
libsoup-2.4: add intltool-native to DEPENDS
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Thu, 19 Dec 2013 11:41:18 +0000 (11:41 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Dec 2013 11:44:49 +0000 (11:44 +0000)
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)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libsoup/libsoup-2.4_2.40.2.bb

index 53807af3e564cf13595b96eb1a0c700a34bbf5b6..aa4bbce114891a5ef2f252db4a7ca2595df9a5c7 100644 (file)
@@ -9,7 +9,7 @@ PR = "r1"
 
 SECTION = "x11/gnome/libs"
 
-DEPENDS = "glib-2.0 gnutls libxml2 libproxy"
+DEPENDS = "glib-2.0 gnutls libxml2 libproxy intltool-native"
 
 PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'x11', 'gnome', '', d)}"
 PACKAGECONFIG[gnome] = "--with-gnome,--without-gnome,libgnome-keyring sqlite3"