diff options
Diffstat (limited to 'packages/tasks')
-rw-r--r-- | packages/tasks/task-openmoko-asu.bb | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/packages/tasks/task-openmoko-asu.bb b/packages/tasks/task-openmoko-asu.bb new file mode 100644 index 0000000000..af17e456d8 --- /dev/null +++ b/packages/tasks/task-openmoko-asu.bb @@ -0,0 +1,45 @@ +DESCRIPTION = "Openmoko: Om 2008.8 August Software Update" + +SECTION = "openmoko/base" +ALLOW_EMPTY = "1" +PACKAGE_ARCH = "${MACHINE_ARCH}" +LICENSE = "MIT" +PR = "r2" + +inherit task + +PACKAGES = "task-openmoko-asu" +RDEPENDS_task-openmoko-asu = "\ + bluez-hcidump \ + readline \ + connman \ + connman-plugin-connman-resolvconf \ + connman-plugin-connman-dhclient \ + connman-plugin-connman-80211 \ + connman-script-dhclient \ + e-wm \ + illume \ + illume-theme \ + assassin \ + diversity-daemon \ + om-locations \ + ${XSERVER} \ + xserver-kdrive-common \ + xserver-nodm-init \ + xauth \ + xhost \ + xset \ + xrandr \ + libnotify \ + exposure \ + etk-theme-ninja \ + openmoko-community-repository \ + assassin-thumbnail \ + pyefl-sudoku \ + \ +# For supporting the om2007.2 stack + openmoko-icon-theme-standard2 \ + moko-gtk-engine \ + settings-daemon \ + openmoko-asu-om20072-support \ +" |