[yocto] [PATCH 1/2] meta-cloud-services: add layer depends on networking-layer

mingli.yu at windriver.com mingli.yu at windriver.com
Thu Jun 27 01:49:37 PDT 2019


From: Mingli Yu <Mingli.Yu at windriver.com>

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 at windriver.com>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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"
 BBFILE_PATTERN_cloud-services-layer := "^${LAYERDIR}/"
 BBFILE_PRIORITY_cloud-services-layer = "5"
 LAYERSERIES_COMPAT_cloud-services-layer = "thud warrior"
-LAYERDEPENDS_cloud-services-layer = "core filesystems-layer"
+LAYERDEPENDS_cloud-services-layer = "core filesystems-layer networking-layer"
-- 
2.7.4



More information about the yocto mailing list