blob: fe60df076f5b0289f0a53866c5a0cd54be6b60b8 (
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
|
DESCRIPTION = "Openmoko: Tasks for the Openmoko Linux Distribution"
SECTION = "openmoko/base"
ALLOW_EMPTY = "1"
PACKAGE_ARCH = "${MACHINE_ARCH}"
LICENSE = "MIT"
PR = "r0.03"
inherit task
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-connman-resolvconf \
connman-plugin-connman-dhclient \
connman-plugin-connman-80211 \
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.
illume-theme-asu \
illume-theme-illume \
illume \
e-wm \
${XSERVER} \
xserver-kdrive-common \
xserver-nodm-init \
xauth \
xhost \
xset \
xrandr \
# Om applications
assassin \
assassin-thumbnail \
om-settings \
openmoko-community-repository \
"
|