blob: 237703a7d996d3a954d97e780de2fdfd191f681d (
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
|
DESCRIPTION = "Openmoko: Tasks for the Openmoko Linux Distribution"
SECTION = "openmoko/base"
LICENSE = "MIT"
PR = "r0.05"
inherit task
PACKAGE_ARCH = "${MACHINE_ARCH}"
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-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 \
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.
task-x11-illume \
illume-theme-asu \
${XSERVER} \
xserver-kdrive-common \
xserver-nodm-init \
xauth \
xhost \
xset \
xrandr \
# Om applications
assassin \
assassin-thumbnail \
om-settings \
openmoko-community-repository \
"
|