blob: a3a2c78a79a39792fadf8e4bd87223f30d130c5c (
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
|
# Meta file to inform the autobuilder which packages to build for the feeds
# Any changes should be discussed first on the angstrom-distro-devel mailinglist
# Try to keep it alphabetically sorted please
inherit meta
RDEPENDS = ""
# Basic tools
RDEPENDS += " \
task-proper-tools \
screen \
"
# Browsers know to work on all archs
RDEPENDS += " \
gpe-mini-browser \
midori \
minimo \
openmoko-browser2 \
webkit-gtklauncher \
"
# Webservers
RDEPENDS += " \
apache2 \
boa \
cherokee \
lighttpd \
thttpd \
"
|