diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-02-24 17:06:49 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-02-26 08:13:22 -0800 |
| commit | ab7c469bfeb7aba97402d8eab03d9bb18725c6af (patch) | |
| tree | 5f483f2379d59bbffaf19a62ec4e7b295efc475f | |
| parent | 4c70fb8051feca929e243a69c0e89b695794ef08 (diff) | |
| download | meta-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>
| -rw-r--r-- | meta-networking/conf/layer.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf index 2343179a62..a9088eece4 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 |
| 14 | LAYERVERSION_networking-layer = "1" | 14 | LAYERVERSION_networking-layer = "1" |
| 15 | 15 | ||
| 16 | LAYERDEPENDS_networking-layer = "core" | 16 | LAYERDEPENDS_networking-layer = "core meta-python openembedded-layer" |
| 17 | LAYERDEPENDS_networking-layer += "openembedded-layer" | ||
| 18 | 17 | ||
| 19 | LAYERSERIES_COMPAT_networking-layer = "nanbield" | 18 | LAYERSERIES_COMPAT_networking-layer = "nanbield" |
| 20 | 19 | ||
