summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-12-03 22:39:37 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2009-12-03 22:39:37 +0100
commit7303994323260b1190486655b694397b3a8a7272 (patch)
tree11163a2a4bac49a50b93b1db19fc035b7bac4c52
parentebb9899f5524aa49005c252a104e3126d58b29f3 (diff)
downloadopenembedded-7303994323260b1190486655b694397b3a8a7272.tar.gz
fsodeviced_git.bb: remove niceness as it does not use libcanberra anymore
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r--recipes/freesmartphone/fsodeviced/fsodeviced3
-rw-r--r--recipes/freesmartphone/fsodeviced_git.bb2
2 files changed, 2 insertions, 3 deletions
diff --git a/recipes/freesmartphone/fsodeviced/fsodeviced b/recipes/freesmartphone/fsodeviced/fsodeviced
index 475e5b4aad..409cd088da 100644
--- a/recipes/freesmartphone/fsodeviced/fsodeviced
+++ b/recipes/freesmartphone/fsodeviced/fsodeviced
@@ -8,14 +8,13 @@
PATH=/bin:/usr/bin:/sbin:/usr/sbin
NAME=fsodeviced
-NICENESS=10
[ -f /etc/default/rcS ] && . /etc/default/rcS
case "$1" in
start)
echo -n "Starting fsodeviced: "
- start-stop-daemon --start --pidfile /var/run/${NAME}.pid --make-pidfile --background -N ${NICENESS} -x /usr/sbin/fsodeviced
+ start-stop-daemon --start --pidfile /var/run/${NAME}.pid --make-pidfile --background -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 3406806a6c..2516c89aff 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}.5"
+PR = "${INC_PR}.6"
EXTRA_OECONF = "\
--enable-kernel26-rfkill \