[oe] [meta-efl][meta-oe 13/15] meta-efl: e-wm: renice to -2

Martin Jansa martin.jansa at gmail.com
Tue Nov 1 08:27:47 UTC 2011


From: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>

A niceness of -10 is way too much, and it causes some audio problems
  such as buffer underruns/overruns with writei/readi with the
  fsoaudiod plugin responsible of sound during calls on the nokia900
  (and maybe other audio problems on other devices too).

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../recipes-efl/e17/e-wm/enlightenment_start.oe    |    2 +-
 meta-efl/recipes-efl/e17/e-wm_svn.bb               |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-efl/recipes-efl/e17/e-wm/enlightenment_start.oe b/meta-efl/recipes-efl/e17/e-wm/enlightenment_start.oe
index e5a6502..ff86172 100644
--- a/meta-efl/recipes-efl/e17/e-wm/enlightenment_start.oe
+++ b/meta-efl/recipes-efl/e17/e-wm/enlightenment_start.oe
@@ -5,5 +5,5 @@ if [ -r /etc/enlightenment/default_profile ]; then
   . /etc/enlightenment/default_profile
 fi
 
-renice -10 -p $$
+renice -2 -p $$
 exec enlightenment_start $E_PROFILE
diff --git a/meta-efl/recipes-efl/e17/e-wm_svn.bb b/meta-efl/recipes-efl/e17/e-wm_svn.bb
index a4fb5b4..2c2518b 100644
--- a/meta-efl/recipes-efl/e17/e-wm_svn.bb
+++ b/meta-efl/recipes-efl/e17/e-wm_svn.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT BSD"
 LIC_FILES_CHKSUM = "file://COPYING;md5=2667a0f4120372ea91f7467cdff4095f"
 SRCNAME = "e"
 PV = "0.16.999.060+svnr${SRCPV}"
-PR = "r20"
+PR = "r21"
 SRCREV = "${EFL_SRCREV}"
 
 inherit e update-alternatives gettext
-- 
1.7.7.1





More information about the Openembedded-devel mailing list