summaryrefslogtreecommitdiff
path: root/packages/tasks/task-openmoko-bare.bb
blob: 395175022769abd6c4b4209ec9471e1aac5c6dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
DESCRIPTION = "Openmoko: Tasks for the Openmoko Linux Distribution"
SECTION = "openmoko/base"
ALLOW_EMPTY = "1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
LICENSE = "MIT"
PR = "r0"

inherit task

PACKAGES = "task-openmoko-bare"

DESCRIPTION_task-openmoko-qtopia-x11 = "Openmoko: Provide Window Manager, Om-settings and Om-installer"
RDEPENDS_task-openmoko-bare = "\
           readline \
           connman \
           connman-plugin-connman-resolvconf \
           connman-plugin-connman-dhclient \
           connman-plugin-connman-80211 \
           connman-script-dhclient \
           libnotify \
# X
           illume \
           illume-theme-asu \
           e-wm \
           ${XSERVER} \
           xserver-kdrive-common \
           xserver-nodm-init \
           xauth \
           xhost \
           xset \
           xrandr \
# Om applications
           assassin \
           assassin-thumbnail \
           om-settings \
           openmoko-community-repository \
"