summaryrefslogtreecommitdiffstats
path: root/meta-filesystems
diff options
context:
space:
mode:
authorFabien Thomas <fabien.thomas@smile.fr>2023-10-10 11:33:41 +0200
committerArmin Kuster <akuster808@gmail.com>2023-10-12 09:58:06 -0400
commita85d9eda3477af8faa5dbfc550a051c514fdfa31 (patch)
tree37c2537b7f83be9e7b62d3ae0f32ceaa6c8644a5 /meta-filesystems
parent3428b644c31dc195c5a00de556d946d18efcef15 (diff)
downloadmeta-openembedded-a85d9eda3477af8faa5dbfc550a051c514fdfa31.tar.gz
meta-filesystems/layer.conf : Add meta-networking dependency
Recipe smbnetfs depends on samba, which is in meta-networking. Signed-off-by: Fabien Thomas <fabien.thomas@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 3801443f170c9c4db3c50e2c4ba7271d8d6f4633) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r--meta-filesystems/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/conf/layer.conf b/meta-filesystems/conf/layer.conf
index 318e992628..4f13bd911c 100644
--- a/meta-filesystems/conf/layer.conf
+++ b/meta-filesystems/conf/layer.conf
@@ -13,6 +13,6 @@ BBFILE_PRIORITY_filesystems-layer = "5"
13# cause compatibility issues with other layers 13# cause compatibility issues with other layers
14LAYERVERSION_filesystems-layer = "1" 14LAYERVERSION_filesystems-layer = "1"
15 15
16LAYERDEPENDS_filesystems-layer = "core openembedded-layer" 16LAYERDEPENDS_filesystems-layer = "core openembedded-layer networking-layer"
17 17
18LAYERSERIES_COMPAT_filesystems-layer = "nanbield" 18LAYERSERIES_COMPAT_filesystems-layer = "nanbield"