From 7303994323260b1190486655b694397b3a8a7272 Mon Sep 17 00:00:00 2001 From: Klaus Kurzmann Date: Thu, 3 Dec 2009 22:39:37 +0100 Subject: fsodeviced_git.bb: remove niceness as it does not use libcanberra anymore Signed-off-by: Klaus Kurzmann --- recipes/freesmartphone/fsodeviced/fsodeviced | 3 +-- recipes/freesmartphone/fsodeviced_git.bb | 2 +- 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 \ -- cgit 1.2.3-korg