mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-07 17:55:45 +01:00
packagegroup-meta-webserver: Update to include new recipes
Re-organise to have one entry per line Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
ad52cf09fb
commit
9d70779e80
|
|
@ -19,20 +19,31 @@ RDEPENDS_packagegroup-meta-webserver = "\
|
|||
"
|
||||
|
||||
RDEPENDS_packagegroup-meta-webserver-http = "\
|
||||
nginx monkey hiawatha nostromo apache-websocket \
|
||||
apache2 sthttpd \
|
||||
apache-websocket \
|
||||
apache2 \
|
||||
${@bb.utils.contains("BBFILE_COLLECTIONS", "meta-python2", "cherokee", "", d)} \
|
||||
"
|
||||
hiawatha \
|
||||
monkey \
|
||||
nginx \
|
||||
nginx \
|
||||
nostromo \
|
||||
sthttpd \
|
||||
"
|
||||
|
||||
RDEPENDS_packagegroup-meta-webserver-php = "\
|
||||
phpmyadmin xdebug \
|
||||
"
|
||||
phpmyadmin \
|
||||
xdebug \
|
||||
"
|
||||
|
||||
RDEPENDS_packagegroup-meta-webserver-support = "\
|
||||
spawn-fcgi fcgi \
|
||||
"
|
||||
spawn-fcgi \
|
||||
fcgi \
|
||||
"
|
||||
|
||||
RDEPENDS_packagegroup-meta-webserver-webadmin = "\
|
||||
netdata webmin \
|
||||
"
|
||||
cockpit \
|
||||
webmin \
|
||||
netdata \
|
||||
"
|
||||
|
||||
EXCLUDE_FROM_WORLD = "1"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user