aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-05-31 14:49:08 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-05-31 16:50:59 +0200
commit05c796f95b5399548ad77a0f20aa851594539716 (patch)
tree4c380c040f7f430772ae5c9b8b3fca822cbceee5 /recipes/shr
parentdaf6cbd44e2abde598bfb614b17520da0027f7e0 (diff)
downloadopenembedded-05c796f95b5399548ad77a0f20aa851594539716.tar.gz
phonefsod: add missing dependency on libfso-glib
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/phonefsod_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/shr/phonefsod_git.bb b/recipes/shr/phonefsod_git.bb
index c0d9fcfcd1..3b15e04bac 100644
--- a/recipes/shr/phonefsod_git.bb
+++ b/recipes/shr/phonefsod_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "SHR Phone FSO Daemon"
HOMEPAGE = "http://shr-project.org/"
LICENSE = "GPL"
SECTION = "x11/applications"
-DEPENDS += " dbus-glib libframeworkd-glib sqlite3 shr-specs"
+DEPENDS += " libfso-glib dbus-glib libframeworkd-glib sqlite3 shr-specs"
SRCREV = "c01f2eb0eb79d5d5581ab35f2dbd1c3b3979439b"
PV = "0.0.0+gitr${SRCPV}"
PR = "r4"