diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2018-09-06 09:39:00 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-09-06 12:45:17 -0400 |
| commit | 34355aa5acdd0f61ba07df96f9d32006d853693e (patch) | |
| tree | c79a13257cf00b61a2eb93d397af6f61c438aeb5 | |
| parent | 26257fe60c86978e94b26972207923fc8d1f29e5 (diff) | |
| download | meta-virtualization-34355aa5acdd0f61ba07df96f9d32006d853693e.tar.gz | |
layer.conf: recommend meta-webserver as nagios-core depends on apache2
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | conf/layer.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index eaef1b71..1ad0e381 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -23,6 +23,11 @@ LAYERDEPENDS_virtualization-layer = " \ | |||
| 23 | meta-python \ | 23 | meta-python \ |
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | # webserver: naigos requires apache2 | ||
| 27 | LAYERRECOMMENDS_virtualization-layer = " \ | ||
| 28 | webserver \ | ||
| 29 | " | ||
| 30 | |||
| 26 | # Override security flags | 31 | # Override security flags |
| 27 | require conf/distro/include/virt_security_flags.inc | 32 | require conf/distro/include/virt_security_flags.inc |
| 28 | 33 | ||
