diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-11-21 19:25:21 +0100 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2009-11-21 19:25:21 +0100 |
commit | 51044058d7fe02b4781077f7f40af30f387301a5 (patch) | |
tree | a44c81322aa8a0928bfe34b7f4bf637a27d9918f | |
parent | 0a9b043061c46469a4972cc7aac80b8d3d0c2d67 (diff) |
fsodeviced: set default niceness to +10 rather than -19
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
-rw-r--r-- | recipes/freesmartphone/fsodeviced/fsodeviced | 2 | ||||
-rw-r--r-- | 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 2e701eda29..2926481e55 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 56773cc6b1..0fe723ff32 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 |