mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-03 02:10:04 +00:00
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>
This commit is contained in:
@@ -13,8 +13,7 @@ BBFILE_PRIORITY_networking-layer = "5"
|
||||
# cause compatibility issues with other layers
|
||||
LAYERVERSION_networking-layer = "1"
|
||||
|
||||
LAYERDEPENDS_networking-layer = "core"
|
||||
LAYERDEPENDS_networking-layer += "openembedded-layer"
|
||||
LAYERDEPENDS_networking-layer = "core meta-python openembedded-layer"
|
||||
|
||||
LAYERSERIES_COMPAT_networking-layer = "nanbield"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user