aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2011-01-05 00:25:09 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2011-01-05 00:27:17 +0100
commitf8f968e6ae7fcc1638a849c10d7f0f409a0b138e (patch)
tree172cf1a38bfff11ffb4eb51e49b29acb14ada342 /recipes/shr
parentc3ac25d61adfacc68456eccf30ea2854901d531e (diff)
downloadopenembedded-f8f968e6ae7fcc1638a849c10d7f0f409a0b138e.tar.gz
phonefsod_git.bb: fix DEPENDS for switch to gdbus and bump rev
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/shr')
-rw-r--r--recipes/shr/phonefsod_git.bb8
1 files changed, 2 insertions, 6 deletions
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"