[oe-commits] Paul Eggleton : libsoup-2.4: add intltool-native to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Thu Dec 19 11:42:56 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: 394fa61d00b97c19610bfb38f02174c4e8aeeb15
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=394fa61d00b97c19610bfb38f02174c4e8aeeb15

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Thu Dec 19 11:41:18 2013 +0000

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 at linaro.org>

(From OE-Core master rev: 22e45ed7d74ceb4a719e7b5889400c20ed4a0783)

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-support/libsoup/libsoup-2.4_2.40.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 53807af..aa4bbce 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"
 
 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"



More information about the Openembedded-commits mailing list