summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-02-24 17:06:49 -0800
committerKhem Raj <raj.khem@gmail.com>2024-02-26 08:13:22 -0800
commitab7c469bfeb7aba97402d8eab03d9bb18725c6af (patch)
tree5f483f2379d59bbffaf19a62ec4e7b295efc475f /meta-networking
parent4c70fb8051feca929e243a69c0e89b695794ef08 (diff)
downloadmeta-openembedded-ab7c469bfeb7aba97402d8eab03d9bb18725c6af.tar.gz
meta-networking: Express dependency on meta-python
python3-scapy recipe needed python3-mock package for ptests which is provided by meta-python. Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/conf/layer.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
index 2343179a6..a9088eece 100644
--- a/meta-networking/conf/layer.conf
+++ b/meta-networking/conf/layer.conf
@@ -13,8 +13,7 @@ BBFILE_PRIORITY_networking-layer = "5"
13# cause compatibility issues with other layers 13# cause compatibility issues with other layers
14LAYERVERSION_networking-layer = "1" 14LAYERVERSION_networking-layer = "1"
15 15
16LAYERDEPENDS_networking-layer = "core" 16LAYERDEPENDS_networking-layer = "core meta-python openembedded-layer"
17LAYERDEPENDS_networking-layer += "openembedded-layer"
18 17
19LAYERSERIES_COMPAT_networking-layer = "nanbield" 18LAYERSERIES_COMPAT_networking-layer = "nanbield"
20 19