diff options
author | Julian_chu <julian_chu@openmoko.com> | 2008-09-01 18:59:18 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-11-15 23:48:29 +0100 |
commit | d7829337cf1a9e6ac028195ff31a79ea08b06c80 (patch) | |
tree | 2a9ff4ebf10705d6115addc6a7ef35f1c371a494 | |
parent | ddc19bbe91a61d6d29ee442f14535aef2fe9eee3 (diff) |
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.
-rw-r--r-- | 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 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 \ |