From d7829337cf1a9e6ac028195ff31a79ea08b06c80 Mon Sep 17 00:00:00 2001 From: Julian_chu Date: Mon, 1 Sep 2008 18:59:18 +0800 Subject: 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 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/tasks/task-openmoko-bare.bb b/packages/tasks/task-openmoko-bare.bb index 3951750227..c85a762015 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 \ -- cgit 1.2.3-korg