summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@no-log.org>2011-10-30 15:58:49 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2011-11-01 09:57:03 +0100
commit9e15d45d02732fe8729173aa5e12947f7a93ecb8 (patch)
treefc6e9aab5fde24759aa8bce819c9edef5551eb51 /meta-efl/recipes-efl
parentbdf3f45012e218aac93b494136965ede6d32f212 (diff)
downloadmeta-openembedded-9e15d45d02732fe8729173aa5e12947f7a93ecb8.tar.gz
meta-efl: e-wm: renice to -2
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@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-efl')
-rw-r--r--meta-efl/recipes-efl/e17/e-wm/enlightenment_start.oe2
-rw-r--r--meta-efl/recipes-efl/e17/e-wm_svn.bb2
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 e5a65025c..ff8617275 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
5 . /etc/enlightenment/default_profile 5 . /etc/enlightenment/default_profile
6fi 6fi
7 7
8renice -10 -p $$ 8renice -2 -p $$
9exec enlightenment_start $E_PROFILE 9exec 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 a4fb5b4d5..2c2518b40 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"
4LIC_FILES_CHKSUM = "file://COPYING;md5=2667a0f4120372ea91f7467cdff4095f" 4LIC_FILES_CHKSUM = "file://COPYING;md5=2667a0f4120372ea91f7467cdff4095f"
5SRCNAME = "e" 5SRCNAME = "e"
6PV = "0.16.999.060+svnr${SRCPV}" 6PV = "0.16.999.060+svnr${SRCPV}"
7PR = "r20" 7PR = "r21"
8SRCREV = "${EFL_SRCREV}" 8SRCREV = "${EFL_SRCREV}"
9 9
10inherit e update-alternatives gettext 10inherit e update-alternatives gettext