Commit 43ca2e54 authored by Kai Kang's avatar Kai Kang Committed by Bruce Ashfield
Browse files

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: default avatarKai Kang <kai.kang@windriver.com>
Signed-off-by: default avatarBruce Ashfield <bruce.ashfield@gmail.com>
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment