From: Klaus Kurzmann Date: Tue, 4 Jan 2011 23:25:09 +0000 (+0100) Subject: phonefsod_git.bb: fix DEPENDS for switch to gdbus and bump rev X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8f968e6ae7fcc1638a849c10d7f0f409a0b138e;p=openembedded.git phonefsod_git.bb: fix DEPENDS for switch to gdbus and bump rev Signed-off-by: Klaus Kurzmann --- diff --git a/recipes/shr/phonefsod_git.bb b/recipes/shr/phonefsod_git.bb index edc5d07739..5298ee99fb 100644 --- a/recipes/shr/phonefsod_git.bb +++ b/recipes/shr/phonefsod_git.bb @@ -2,8 +2,8 @@ DESCRIPTION = "SHR Phone FSO Daemon" HOMEPAGE = "http://shr-project.org/" LICENSE = "GPL" SECTION = "x11/applications" -DEPENDS += " libfso-glib dbus-glib libframeworkd-glib sqlite3 shr-specs libfsoframework" -SRCREV = "d910e1c3ca270409325f0fc807245a14c84c35f7" +DEPENDS += " libfso-glib libshr-glib sqlite3 shr-specs libfsoframework" +SRCREV = "c94b6ef3900bfe850ec3b92e2c8721fb0b5fbf9a" PV = "0.0.0+gitr${SRCPV}" PR = "r5" @@ -15,10 +15,6 @@ inherit autotools update-rc.d INITSCRIPT_NAME = "phonefsod" INITSCRIPT_PARAMS = "defaults 75" -EXTRA_OECONF = "\ - SPECS_PATH=${STAGING_DATADIR}/shr-specs \ -" - CONFFILES_${PN} = "${sysconfdir}/phonefsod.conf"