From: Paul Eggleton Date: Tue, 17 Dec 2013 10:42:12 +0000 (+0000) Subject: libsoup-2.4: add intltool-native to DEPENDS X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~35090 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22e45ed7d74ceb4a719e7b5889400c20ed4a0783;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.44.2.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.44.2.bb index 5edbb090de9..3325939c009 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.44.2.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.44.2.bb @@ -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.