aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tasks/task-internetserver.bb
blob: 68b661b67fc5b87045d18ca00d629b92cb30c799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "internet server functionality"
PR = "r1"
LICENSE = "MIT"

inherit task

RDEPENDS_${PN} = "\
    lighttpd \
    php \
    php-cli \
    php-cgi \
    mysql5 \
    perl \
    proftpd \
    "