diff options
author | Fabien Thomas <fabien.thomas@smile.fr> | 2023-10-10 11:33:41 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-10-12 09:58:06 -0400 |
commit | a85d9eda3477af8faa5dbfc550a051c514fdfa31 (patch) | |
tree | 37c2537b7f83be9e7b62d3ae0f32ceaa6c8644a5 /meta-filesystems | |
parent | 3428b644c31dc195c5a00de556d946d18efcef15 (diff) | |
download | meta-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.conf | 2 |
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 |
14 | LAYERVERSION_filesystems-layer = "1" | 14 | LAYERVERSION_filesystems-layer = "1" |
15 | 15 | ||
16 | LAYERDEPENDS_filesystems-layer = "core openembedded-layer" | 16 | LAYERDEPENDS_filesystems-layer = "core openembedded-layer networking-layer" |
17 | 17 | ||
18 | LAYERSERIES_COMPAT_filesystems-layer = "nanbield" | 18 | LAYERSERIES_COMPAT_filesystems-layer = "nanbield" |