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

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.44.2.bb

index 5edbb090de9c307c17af6a4ec1aa649fe8ac4fe2..3325939c0093cbe531a4c889226b1a184945d058 100644 (file)
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5f30f0716dfdd0d91eb439ebec522ec2"
 
 SECTION = "x11/gnome/libs"
 
-DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3"
+DEPENDS = "glib-2.0 gnutls libxml2 libproxy sqlite3 intltool-native"
 
 # libsoup-gnome is entirely deprecated and just stubs in 2.42 onwards.  Enable
 # by default but let it be easily disabled.