[oe-commits] Julian_chu : openmoko: Change the order of illume-theme in Openmoko Bare Image.

GIT User account git at amethyst.openembedded.net
Sun Nov 16 00:15:52 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: d7829337cf1a9e6ac028195ff31a79ea08b06c80
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d7829337cf1a9e6ac028195ff31a79ea08b06c80

Author: Julian_chu <julian_chu at openmoko.com>
Date:   Mon Sep  1 18:59:18 2008 +0800

openmoko: Change the order of illume-theme in Openmoko Bare Image.

illume-theme-freesmartphone provides _illume-theme_ for illume.
However, Openmoko wants asu-theme by default.

Change the order of these two entries (illume and illme-theme-asu)
to let illume-theme-asu install first.

---

 packages/tasks/task-openmoko-bare.bb |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/packages/tasks/task-openmoko-bare.bb b/packages/tasks/task-openmoko-bare.bb
index 3951750..c85a762 100644
--- a/packages/tasks/task-openmoko-bare.bb
+++ b/packages/tasks/task-openmoko-bare.bb
@@ -3,7 +3,7 @@ SECTION = "openmoko/base"
 ALLOW_EMPTY = "1"
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 LICENSE = "MIT"
-PR = "r0"
+PR = "r0.01"
 
 inherit task
 
@@ -19,8 +19,12 @@ RDEPENDS_task-openmoko-bare = "\
            connman-script-dhclient \
            libnotify \
 # X
-           illume \
+
+# illume-theme-asu should be first than illume
+# to let opkg install illume-theme-asu first than illume-theme-freesmartphone
+# then we have ASU theme but not FSO theme in default.
            illume-theme-asu \
+           illume \
            e-wm \
            ${XSERVER} \
            xserver-kdrive-common \





More information about the Openembedded-commits mailing list