From: Martin Jansa Date: Mon, 31 May 2010 12:49:08 +0000 (+0200) Subject: phonefsod: add missing dependency on libfso-glib X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05c796f95b5399548ad77a0f20aa851594539716;p=openembedded.git phonefsod: add missing dependency on libfso-glib Signed-off-by: Martin Jansa --- 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"