From: Klaus Kurzmann Date: Sun, 27 Jun 2010 08:23:33 +0000 (+0200) Subject: tangogps.inc: add missing dep for libsoup-2.4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=506ffdc27aa0b6bb3b79db88a56caf945a7f6721;p=openembedded.git tangogps.inc: add missing dep for libsoup-2.4 Signed-off-by: Klaus Kurzmann --- diff --git a/recipes/tangogps/tangogps.inc b/recipes/tangogps/tangogps.inc index 18ae84708e..436fe07db0 100644 --- a/recipes/tangogps/tangogps.inc +++ b/recipes/tangogps/tangogps.inc @@ -4,7 +4,7 @@ HOMEPAGE = "http://tangogps.org/" SECTION = "x11/applications" LICENSE = "GPLv2" PRIORITY = "optional" -DEPENDS = "curl gtk+ gconf sqlite3 libexif" +DEPENDS = "curl gtk+ gconf sqlite3 libexif libsoup-2.4" SRC_URI = "http://www.tangogps.org/downloads/tangogps-${PV}.tar.gz;name=archive" S = "${WORKDIR}/tangogps-${PV}"