aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tasks/task-openmoko-asu.bb
blob: 4c02abc26007269d6fe26cae3bb0f9ab30f68677 (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
38
39
40
41
42
43
44
45
46
DESCRIPTION = "Openmoko: Om 2008.8 August Software Update"

SECTION = "openmoko/base"
ALLOW_EMPTY = "1"
LICENSE = "MIT"
PR = "r2.03"

inherit task

PACKAGE_ARCH = "${MACHINE_ARCH}"
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 \
  om-maps-low-levels \
  ${XSERVER} \
  xserver-kdrive-common \
  xserver-nodm-init \
  xauth \
  xhost \
  xset \
  xrandr \
  libnotify \
  om-settings \
  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 \
"