aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-11-25 23:33:34 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2009-11-25 23:33:34 +0100
commit5720be48bdb98f53557939f7253aec60e8f36686 (patch)
treec64875e51cf6a004b6f0360ab7eaad76a60e7b59 /recipes
parentbba98a56fb5f8aa4b0c914eb367b9eafd4570612 (diff)
downloadopenembedded-5720be48bdb98f53557939f7253aec60e8f36686.tar.gz
fsodeviced: adjust path in initscript - fsodeviced moved to /usr/sbin
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/freesmartphone/fsodeviced/fsodeviced2
-rw-r--r--recipes/freesmartphone/fsodeviced_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/freesmartphone/fsodeviced/fsodeviced b/recipes/freesmartphone/fsodeviced/fsodeviced
index 2926481e55..475e5b4aad 100644
--- a/recipes/freesmartphone/fsodeviced/fsodeviced
+++ b/recipes/freesmartphone/fsodeviced/fsodeviced
@@ -15,7 +15,7 @@ NICENESS=10
case "$1" in
start)
echo -n "Starting fsodeviced: "
- start-stop-daemon --start --pidfile /var/run/${NAME}.pid --make-pidfile --background -N ${NICENESS} -x /usr/bin/fsodeviced
+ start-stop-daemon --start --pidfile /var/run/${NAME}.pid --make-pidfile --background -N ${NICENESS} -x /usr/sbin/fsodeviced
if [ $? = 0 ]; then
echo "(ok)"
else
diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb
index 0fe723ff32..d1aedc16b9 100644
--- a/recipes/freesmartphone/fsodeviced_git.bb
+++ b/recipes/freesmartphone/fsodeviced_git.bb
@@ -6,7 +6,7 @@ RDEPENDS += "libcanberra-alsa"
RRECOMMENDS += "fso-alsa-data"
PV = "0.9.0+gitr${SRCREV}"
PE = "1"
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
inherit update-rc.d