From 51044058d7fe02b4781077f7f40af30f387301a5 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Sat, 21 Nov 2009 19:25:21 +0100 Subject: fsodeviced: set default niceness to +10 rather than -19 Signed-off-by: Sebastian Spaeth --- 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 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 -- cgit v1.2.3