blob: f9867afeeae2022a2730874830b6a1250191b06f (
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
|
DESCRIPTION = "Task for Beagleboard-demo-image"
PR = "r15"
inherit task
ECONFIG ?= "places e-wm-config-angstrom e-wm-config-angstrom-touchscreen e-wm-config-angstrom-widescreen e-wm-config-default"
EMENU ?= "e-wm-menu"
RDEPENDS_${PN} = "\
task-proper-tools \
task-base-extended \
angstrom-x11-base-depends \
angstrom-gpe-task-base \
angstrom-gpe-task-settings \
angstrom-zeroconf-audio \
angstrom-led-config \
gpe-scap \
mime-support e-wm ${ECONFIG} ${EMENU} \
xterm xmms \
firefox midori \
gecko-mediaplayer-firefox-hack \
hicolor-icon-theme gnome-icon-theme \
jaaa nmap iperf gnuplot \
abiword-meta \
gnumeric \
gimp \
powertop oprofile \
pidgin \
# irssi \
mplayer \
gnome-games \
stalonetray \
synergy \
x11vnc angstrom-x11vnc-xinit \
angstrom-gnome-icon-theme-enable \
openssh-scp openssh-ssh \
picodlp-control \
network-manager-applet \
gnome-bluetooth \
"
# Install all kernel modules
RRECOMMENDS_${PN} += " \
kernel-modules \
rt73-firmware \
zd1211-firmware \
"
PACKAGE_ARCH = "${MACHINE_ARCH}"
RRECOMMENDS_${PN}_append_armv7a = " \
gnash gnash-browser-plugin \
omapfbplay"
|