diff options
author | Julian_chu <julian_chu@openmoko.com> | 2008-09-02 11:19:08 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2008-11-15 23:48:40 +0100 |
commit | 5b098ecf04f295e70ba46dfe6f9552f1671e9bc4 (patch) | |
tree | 0985e4cdecc070a35a2d5d241a08e1ada85b0fe5 /packages/tasks/task-openmoko-basic.bb | |
parent | d7829337cf1a9e6ac028195ff31a79ea08b06c80 (diff) |
openmoko: Change name of image from openmoko-bare to openmoko-base
They don't like the name, openmoko-bare-image. Change it to openmoko-base-image.
Also change the task from task-openmoko-bare to task-openmoko-basic.
Diffstat (limited to 'packages/tasks/task-openmoko-basic.bb')
-rw-r--r-- | packages/tasks/task-openmoko-basic.bb | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/packages/tasks/task-openmoko-basic.bb b/packages/tasks/task-openmoko-basic.bb new file mode 100644 index 0000000000..c06403ffc6 --- /dev/null +++ b/packages/tasks/task-openmoko-basic.bb @@ -0,0 +1,41 @@ +DESCRIPTION = "Openmoko: Tasks for the Openmoko Linux Distribution" +SECTION = "openmoko/base" +ALLOW_EMPTY = "1" +PACKAGE_ARCH = "${MACHINE_ARCH}" +LICENSE = "MIT" +PR = "r0.02" + +inherit task + +PACKAGES = "task-openmoko-basic" + +DESCRIPTION_task-openmoko-qtopia-x11 = "Openmoko: Provide Window Manager, Om-settings and Om-installer" +RDEPENDS_task-openmoko-basic = "\ + readline \ + connman \ + connman-plugin-connman-resolvconf \ + connman-plugin-connman-dhclient \ + connman-plugin-connman-80211 \ + connman-script-dhclient \ + libnotify \ +# X + +# 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 \ + xserver-nodm-init \ + xauth \ + xhost \ + xset \ + xrandr \ +# Om applications + assassin \ + assassin-thumbnail \ + om-settings \ + openmoko-community-repository \ +" |