e-wm: fix nice level set for e
authorCarsten Haitzler (Raster <raster@rasterman.com>
Sun, 2 Nov 2008 01:04:20 +0000 (12:04 +1100)
committerStefan Schmidt <stefan@datenfreihafen.org>
Fri, 14 Nov 2008 00:25:49 +0000 (00:25 +0000)
can't use it with exec as its ONLY a shell builtin with busybox. use renice

packages/e17/e-wm/enlightenment_start.oe
packages/e17/e-wm_svn.bb

index fa78302..e5a6502 100644 (file)
@@ -5,4 +5,5 @@ if [ -r /etc/enlightenment/default_profile ]; then
   . /etc/enlightenment/default_profile
 fi
 
-exec nice -n -10 enlightenment_start $E_PROFILE
+renice -10 -p $$
+exec enlightenment_start $E_PROFILE
index a641a2c..a2fabc7 100644 (file)
@@ -2,7 +2,7 @@ DESCRIPTION = "The Enlightenment Window Manager Version 17"
 DEPENDS = "eet evas ecore edje efreet edbus"
 LICENSE = "MIT BSD"
 PV = "0.16.999.043+svnr${SRCREV}"
-PR = "r16"
+PR = "r17"
 
 inherit e update-alternatives