summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorMingli Yu <Mingli.Yu@windriver.com>2019-07-01 10:08:21 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-07-03 08:47:20 -0400
commitf64e1af523f7aa8845bbab5704e4691575160ddc (patch)
treebf314184a835b6308667ee89d55d46c709b00574 /conf
parent8e1fe5e2803e2950ca639d8e4844142aaf8a57a8 (diff)
downloadmeta-cloud-services-f64e1af523f7aa8845bbab5704e4691575160ddc.tar.gz
meta-cloud-services: add layer depends on networking-layer
Since spice of meta-cloud-services depends on cyrus-sasl which comes from networking-layer, add missing layer depends back. Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 203f9db..2cfb75f 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -8,4 +8,4 @@ BBFILE_COLLECTIONS += "cloud-services-layer"
8BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/" 8BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_cloud-services-layer = "5" 9BBFILE_PRIORITY_cloud-services-layer = "5"
10LAYERSERIES_COMPAT_cloud-services-layer = "thud warrior" 10LAYERSERIES_COMPAT_cloud-services-layer = "thud warrior"
11LAYERDEPENDS_cloud-services-layer = "core filesystems-layer" 11LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer"