openmoko: Change the order of illume-theme in Openmoko Bare Image.
authorJulian_chu <julian_chu@openmoko.com>
Mon, 1 Sep 2008 10:59:18 +0000 (18:59 +0800)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 15 Nov 2008 22:48:29 +0000 (23:48 +0100)
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

index 3951750..c85a762 100644 (file)
@@ -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 \