[oe-commits] Klaus Kurzmann : shr-image.inc: do *NOT* default to x11-16 as it is broken

git version control git at git.openembedded.org
Sun Nov 8 21:56:37 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: c316b15a5d15fa933e2416a038cce691a1ea5ee6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c316b15a5d15fa933e2416a038cce691a1ea5ee6

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Sun Nov  8 22:56:25 2009 +0100

shr-image.inc: do *NOT* default to x11-16 as it is broken

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/images/shr-image.inc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/images/shr-image.inc b/recipes/images/shr-image.inc
index 8db2fed..22b3b70 100644
--- a/recipes/images/shr-image.inc
+++ b/recipes/images/shr-image.inc
@@ -3,7 +3,7 @@
 #------------------------------------------------------
 
 PV = "2.0"
-PR = "r5"
+PR = "r6"
 
 
 DEPENDS += "task-shr-minimal"
@@ -87,7 +87,7 @@ shr_rootfs_postprocess() {
 
     # elementary theme foo
     ELM_PROFILE_SCR=./etc/profile.d/elementary.sh
-    echo 'export ELM_ENGINE=x11-16' > ${ELM_PROFILE_SCR}
+    echo 'export ELM_ENGINE=x11' > ${ELM_PROFILE_SCR}
     echo 'export ELM_THEME=gry' >> ${ELM_PROFILE_SCR}
     echo 'export ELM_SCALE=2' >> ${ELM_PROFILE_SCR}
     echo 'export ELM_FINGER_SIZE=70' >> ${ELM_PROFILE_SCR}





More information about the Openembedded-commits mailing list