From 43ca2e54a87be30b718654e0e47d57605d841237 Mon Sep 17 00:00:00 2001 From: Kai Kang Date: Sun, 5 May 2019 22:17:18 -0400 Subject: layer.conf: depends on meta-filesystems Package glusterfs requires fuse which is from layer meta-filesystems. So update layer.conf to depend on the layer. Signed-off-by: Kai Kang Signed-off-by: Bruce Ashfield --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 8df9829..203f9db 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" +LAYERDEPENDS_cloud-services-layer = "core filesystems-layer" -- cgit v1.2.3-54-g00ecf