aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/tasks/task-oh.bb
blob: bd77cd8d3541ff53ec8899a9b3cc8e5781b18f77 (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
#
# Copyright (C) 2007 OpenedHand Ltd.
#

DESCRIPTION = "Tasks for OpenedHand Poky"
PR = "r66"

PACKAGES = "\
    task-oh-base \
    task-oh-base-dbg \
    task-oh-base-dev \
    task-oh-boot \
    task-oh-boot-dbg \
    task-oh-boot-dev \
    task-oh-standard \
    task-oh-standard-dbg \
    task-oh-standard-dev \
    task-oh-boot-extras \
    task-oh-boot-extras-dbg \
    task-oh-boot-extras-dev \
    task-oh-boot-min-extras \
    task-oh-boot-min-extras-dbg \
    task-oh-boot-min-extras-dev \
    task-oh-devtools \
    task-oh-devtools-dbg \
    task-oh-devtools-dev \
    task-oh-testapps \
    task-oh-testapps-dbg \
    task-oh-testapps-dev \
    task-oh-nfs-server \
    task-oh-nfs-server-dbg \
    task-oh-nfs-server-dev \
    "

PACKAGE_ARCH = "${MACHINE_ARCH}"

XSERVER ?= "xserver-kdrive-fbdev"

ALLOW_EMPTY = "1"

RDEPENDS_task-oh-boot = "\
    base-files \
    base-passwd \
    busybox \
    initscripts \
    modutils-initscripts \
    netbase \
    sysvinit \
    tinylogin \
    udev \
    update-alternatives"

RDEPENDS_task-oh-boot-extras = "\
    task-base"

RDEPENDS_task-oh-boot-min-extras = "\
    task-base-oh-minimal"

RDEPENDS_task-oh-base = "\
    psplash \
    matchbox-common \
    matchbox-wm \
    matchbox-keyboard \
    matchbox-keyboard-applet \
    matchbox-keyboard-im \
    matchbox-panel-2 \
    matchbox-desktop \
    ${XSERVER} \
    xserver-kdrive-common \
    xserver-nodm-init \
    liberation-fonts \
    xauth \
    xhost \
    xset \
    xrandr \
    udev \
    sysfsutils \
    gdk-pixbuf-loader-png \
    gdk-pixbuf-loader-gif \
    gdk-pixbuf-loader-xpm \
    gdk-pixbuf-loader-jpeg \
    pango-module-basic-x \
    pango-module-basic-fc \
    gtk+ "

RDEPENDS_task-oh-standard = "\
    leafpad \
    dropbear \
    portmap \
    matchbox-desktop \
    matchbox-sato \
    matchbox-keyboard \
    matchbox-stroke \
    matchbox-config-gtk \
    matchbox-themes-gtk \		
    matchbox-applet-startup-monitor \
    xcursor-transparent-theme \
    sato-icon-theme \
    settings-daemon \
    gtk-sato-engine \
    eds-dbus \
    contacts \
    dates \
    tasks \
    web \
    pcmanfm \
    puzzles \
    rxvt-unicode \
    screenshot \
    avahi-daemon \
    gnome-vfs \
    gnome-vfs-plugin-file \
    gnome-vfs-plugin-http"
#    matchbox-applet-inputmanager 

RDEPENDS_task-oh-devtools = "\
    oprofile \
    oprofileui-server \
    gdb \    
    strace \
    less \
    lttng-viewer"
RRECOMMENDS_task-oh-devtools = "\
    kernel-module-oprofile"

RDEPENDS_task-oh-testapps = "\
    tslib-calibrate \
    tslib-tests \
    lrzsz \
    alsa-utils-amixer \
    alsa-utils-aplay \
    owl-video-widget \
    gst-meta-video \
    gst-meta-audio"

RDEPENDS_task-oh-nfs-server = "\
    nfs-utils"

# rpcinfo can be useful
RRECOMMENDS_task-oh-nfs-server = "\
    glibc-utils"

#    minimo \
#    teleport \
#    xst \
#    libgtkstylus \
#    xrdb \