blob: fbd7f0b0432c238f6f2f2b062c1129a492fb3fe6 (
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
|
# 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_${PN} = ""
# Basic tools
RDEPENDS_${PN} += " \
task-proper-tools \
screen \
"
# Browsers know to work on all archs
RDEPENDS_${PN} += " \
midori \
minimo \
openmoko-browser2 \
webkit-gtklauncher \
"
# Webservers
RDEPENDS_${PN} += " \
apache2 \
boa \
cherokee \
lighttpd \
thttpd \
"
|