aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tangogps
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2010-06-27 10:23:33 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2010-06-27 10:23:54 +0200
commit506ffdc27aa0b6bb3b79db88a56caf945a7f6721 (patch)
tree298d849783e7de15468728167879015c259c1cdd /recipes/tangogps
parent31fa1970ca305ff72afd3cf193b85550c6f3aa88 (diff)
downloadopenembedded-506ffdc27aa0b6bb3b79db88a56caf945a7f6721.tar.gz
tangogps.inc: add missing dep for libsoup-2.4
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/tangogps')
-rw-r--r--recipes/tangogps/tangogps.inc2
1 files changed, 1 insertions, 1 deletions
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}"