diff options
Diffstat (limited to 'packages')
-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 \ |