[oe-commits] Sebastian Spaeth : fsodeviced: set default niceness to +10 rather than -19

git version control git at git.openembedded.org
Sat Nov 21 18:26:42 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 51044058d7fe02b4781077f7f40af30f387301a5
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=51044058d7fe02b4781077f7f40af30f387301a5

Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Sat Nov 21 19:25:21 2009 +0100

fsodeviced: set default niceness to +10 rather than -19

Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

---

 recipes/freesmartphone/fsodeviced/fsodeviced |    2 +-
 recipes/freesmartphone/fsodeviced_git.bb     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/freesmartphone/fsodeviced/fsodeviced b/recipes/freesmartphone/fsodeviced/fsodeviced
index 2e701ed..2926481 100644
--- a/recipes/freesmartphone/fsodeviced/fsodeviced
+++ b/recipes/freesmartphone/fsodeviced/fsodeviced
@@ -8,7 +8,7 @@
 
 PATH=/bin:/usr/bin:/sbin:/usr/sbin
 NAME=fsodeviced
-NICENESS=-19
+NICENESS=10
 
 [ -f /etc/default/rcS ] && . /etc/default/rcS
 
diff --git a/recipes/freesmartphone/fsodeviced_git.bb b/recipes/freesmartphone/fsodeviced_git.bb
index 56773cc..0fe723f 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}.2"
+PR = "${INC_PR}.3"
 
 inherit update-rc.d
 





More information about the Openembedded-commits mailing list