diff options
-rw-r--r-- | meta-efl/recipes-efl/e17/e-wm/enlightenment_start.oe | 2 | ||||
-rw-r--r-- | 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 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 |
6 | fi | 6 | fi |
7 | 7 | ||
8 | renice -10 -p $$ | 8 | renice -2 -p $$ |
9 | exec enlightenment_start $E_PROFILE | 9 | 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 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" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2667a0f4120372ea91f7467cdff4095f" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=2667a0f4120372ea91f7467cdff4095f" |
5 | SRCNAME = "e" | 5 | SRCNAME = "e" |
6 | PV = "0.16.999.060+svnr${SRCPV}" | 6 | PV = "0.16.999.060+svnr${SRCPV}" |
7 | PR = "r20" | 7 | PR = "r21" |
8 | SRCREV = "${EFL_SRCREV}" | 8 | SRCREV = "${EFL_SRCREV}" |
9 | 9 | ||
10 | inherit e update-alternatives gettext | 10 | inherit e update-alternatives gettext |