blob: 8ad6804a92d5d4ae41f3ff2f524cbcbd7509d2b8 (
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
47
48
49
50
51
52
53
54
55
56
57
|
DESCRIPTION = "Openmoko: Om 2008.8 August Software Update"
SECTION = "openmoko/base"
ALLOW_EMPTY = "1"
LICENSE = "MIT"
PR = "r3"
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 \
task-x11-illume \
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 \
"
RDEPENDS_task-openmoko-asu_append_om-gta02 = "\
connman \
connman-plugin-dhclient \
connman-plugin-hal \
connman-plugin-ipv4 \
connman-plugin-netdev \
connman-plugin-resolvconf \
connman-plugin-resolvfile \
connman-plugin-rtnllink \
connman-plugin-wifi \
connman-script-dhclient \
pyefl-sudoku \
\
# For supporting the om2007.2 stack
openmoko-icon-theme-standard2 \
moko-gtk-engine \
settings-daemon \
openmoko-asu-om20072-support \
"
|