diff options
author | Julian_chu <julian_chu@openmoko.com> | 2008-09-03 16:47:26 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-11-15 23:48:51 +0100 |
commit | dca0e68600605f7e875bef459263e6a23e71727f (patch) | |
tree | 97ebc927d6cd54a49dd58283033b573e19301e08 /packages | |
parent | 5b098ecf04f295e70ba46dfe6f9552f1671e9bc4 (diff) |
openmoko: Add illume-theme-illume to task-openmoko-basic
Install both illume-theme-asu and illume-theme-illume.
However the asu theme is the first one, therefore it use ASU theme
but not Illume theme as default.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/tasks/task-openmoko-basic.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/tasks/task-openmoko-basic.bb b/packages/tasks/task-openmoko-basic.bb index c06403ffc6..fe60df076f 100644 --- a/packages/tasks/task-openmoko-basic.bb +++ b/packages/tasks/task-openmoko-basic.bb @@ -3,7 +3,7 @@ SECTION = "openmoko/base" ALLOW_EMPTY = "1" PACKAGE_ARCH = "${MACHINE_ARCH}" LICENSE = "MIT" -PR = "r0.02" +PR = "r0.03" inherit task @@ -24,6 +24,7 @@ RDEPENDS_task-openmoko-basic = "\ # 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-theme-illume \ illume \ e-wm \ ${XSERVER} \ |