[oe-commits] org.oe.dev illume_svn.bb: The keyboard is now runtime configurable

daniel commit oe at amethyst.openembedded.net
Fri Aug 1 12:25:56 UTC 2008


illume_svn.bb: The keyboard is now runtime configurable
This unbreaks the build and also enables the internal keyboard again.

Author: daniel at openembedded.org
Branch: org.openembedded.dev
Revision: 89505bb1c87fc351630659146cb6d39e531382bb
ViewMTN: http://monotone.openembedded.org/revision/info/89505bb1c87fc351630659146cb6d39e531382bb
Files:
1
packages/openmoko-projects/illume/module.illume.src
packages/openmoko-projects/illume_svn.bb
Diffs:

#
# mt diff -rfb1380556e430fed46f56e93d70ba7e01af62316 -r89505bb1c87fc351630659146cb6d39e531382bb
#
#
#
# add_file "packages/openmoko-projects/illume/module.illume.src"
#  content [6a039d58cbf5a69dc2f55e2c868e0ba36f681056]
# 
# patch "packages/openmoko-projects/illume_svn.bb"
#  from [7ee2770bdff03d604f1482288b0b7c00f05481ce]
#    to [bd1de594caafc4ee7a168adf8f03bb0775bd3c8b]
#
============================================================
--- packages/openmoko-projects/illume/module.illume.src	6a039d58cbf5a69dc2f55e2c868e0ba36f681056
+++ packages/openmoko-projects/illume/module.illume.src	6a039d58cbf5a69dc2f55e2c868e0ba36f681056
@@ -0,0 +1,17 @@
+group "Illume_Cfg" struct {
+  value "config_version" int: 1;
+  value "launcher.mode" int: 1;
+  value "launcher.icon_size" int: 120;
+  value "launcher.single_click" int: 1;
+  value "power.auto_suspend" int: 1;
+  value "power.auto_suspend_delay" int: 1;
+  value "performance.cache_level" int: 3;
+  value "performance.fps" int: 25;
+  value "slipshelf.main_gadget_size" int: 42;
+  value "slipshelf.extra_gagdet_size" int: 32;
+  value "sliding.slipshelf.duration" int: 1000;
+  value "sliding.kbd.duration" int: 1000;
+  value "sliding.busywin.duration" int: 1000;
+  value "sliding.layout.duration" int: 0;
+  value "kbd.use_internal" int: 1;
+}
============================================================
--- packages/openmoko-projects/illume_svn.bb	7ee2770bdff03d604f1482288b0b7c00f05481ce
+++ packages/openmoko-projects/illume_svn.bb	bd1de594caafc4ee7a168adf8f03bb0775bd3c8b
@@ -2,13 +2,14 @@ LICENSE = "MIT/BSD"
 HOMEPAGE = "http://illume.projects.openmoko.org"
 AUTHOR = "Rasterman"
 LICENSE = "MIT/BSD"
-DEPENDS = "e-wm eet evas ecore edje embryo efreet edbus edje-native embryo-native"
+DEPENDS = "e-wm eet evas ecore edje embryo efreet edbus edje-native embryo-native eet-native"
 PV = "0.0+svnr${SRCREV}"
-PR = "r10"
+PR = "r11"
 
 SRC_URI = "\
   svn://svn.projects.openmoko.org/svnroot/;module=${PN};proto=http \
-  file://configure-keyboard.patch;patch=1;pnum=0 \
+  file://configure-keyboard.patch;patch=1;pnum=0;maxrev=170 \
+  file://module.illume.src \
 "
 S = "${WORKDIR}/${PN}"
 
@@ -19,6 +20,7 @@ EXTRA_OECONF = "\
   --x-libraries=${STAGING_LIBDIR} \
   --enable-simple-x11 \
   --with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc \
+  --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \
 \
   --enable-illume-keyboard \
 "
@@ -54,3 +56,7 @@ FILES_${PN}-dbg += "${libdir}/enlightenm
   ${libdir}/enlightenment/modules/*/*/* \
 "
 FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug/"
+
+do_configure_append() {
+  mv ${WORKDIR}/module.illume.src ${S}/config/illume/
+}






More information about the Openembedded-commits mailing list