From: Graham Gower Date: Mon, 1 Nov 2010 15:08:49 +0000 (+0000) Subject: telepathy-gabble_0.7.27.bb: Add libsoup-2.4 to DEPENDS. X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12795100f3ac0f0a8828ecae02804bd086c1f913;p=openembedded.git telepathy-gabble_0.7.27.bb: Add libsoup-2.4 to DEPENDS. checking for SOUP... configure: error: Package requirements (libsoup-2.4) were not met: No package 'libsoup-2.4' found Signed-off-by: Graham Gower Acked-by: Frans Meulenbroeks Signed-off-by: Khem Raj --- diff --git a/recipes/telepathy/telepathy-gabble_0.7.27.bb b/recipes/telepathy/telepathy-gabble_0.7.27.bb index 3f250a3146..896b467faf 100644 --- a/recipes/telepathy/telepathy-gabble_0.7.27.bb +++ b/recipes/telepathy/telepathy-gabble_0.7.27.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Gabble: a Jabber/XMPP connection manager" HOMEPAGE = "http://telepathy.freedesktop.org/wiki/" -DEPENDS = "glib-2.0 dbus loudmouth telepathy-glib" +DEPENDS = "glib-2.0 dbus loudmouth telepathy-glib libsoup-2.4" LICENSE = "LGPL" # gabble.manager needs to get regenerated every release, so please don't copy it over blindly