[oe-commits] Klaus Kurzmann : fsodeviced_git.bb: remove niceness as it does not use libcanberra anymore

git version control git at git.openembedded.org
Fri Dec 4 10:28:10 UTC 2009


Module: openembedded.git
Branch: martin_jansa/srcpv
Commit: 7303994323260b1190486655b694397b3a8a7272
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=7303994323260b1190486655b694397b3a8a7272

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Thu Dec  3 22:39:37 2009 +0100

fsodeviced_git.bb: remove niceness as it does not use libcanberra anymore

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 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 475e5b4..409cd08 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 3406806..2516c89 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 \





More information about the Openembedded-commits mailing list