diff options
| author | Mingli Yu <Mingli.Yu@windriver.com> | 2019-07-25 11:43:41 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-07-25 22:37:30 -0400 |
| commit | 822bedbaf672772af946fc2fa0205b917db8e948 (patch) | |
| tree | 37abb5c3e961e2c96760e2c16f5ca811bab64d9b | |
| parent | 1bd526d9fe8acf82cd6482f137a2fb50df80048d (diff) | |
| download | meta-virtualization-822bedbaf672772af946fc2fa0205b917db8e948.tar.gz | |
meta-virtualization: add layer depends on selinux
Since cri-o of meta-virtualization depends on
libselinux which comes from selinux, add missing
layer depends back.
Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index be1f2220..23efcb8e 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -21,6 +21,7 @@ LAYERDEPENDS_virtualization-layer = " \ | |||
| 21 | networking-layer \ | 21 | networking-layer \ |
| 22 | filesystems-layer \ | 22 | filesystems-layer \ |
| 23 | meta-python \ | 23 | meta-python \ |
| 24 | selinux \ | ||
| 24 | " | 25 | " |
| 25 | 26 | ||
| 26 | # webserver: naigos requires apache2 | 27 | # webserver: naigos requires apache2 |
