aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/meta/meta-angstrom-2007.bb
blob: 32683d0ac0dc5c1220f8a9b8cb9bc6a964ca7c3e (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
# 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 \
	 webkit-gtklauncher \
         "

# Webservers
RDEPENDS_${PN} += " \
        apache2 \
        boa \
	cherokee \
	lighttpd \
	thttpd \
	"