meta-multimedia: add layer depends on meta-python

Since mycroft of meta-multimedia requires python3-requests
which comes from meta-python, add missing layer depends back

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Hongxu Jia
2019-06-26 00:14:00 +08:00
committed by Khem Raj
parent 500e5b80c0
commit 1368704ae9
+1 -1
View File
@@ -29,6 +29,6 @@ BBFILE_PRIORITY_multimedia-layer = "6"
# cause compatibility issues with other layers # cause compatibility issues with other layers
LAYERVERSION_multimedia-layer = "1" LAYERVERSION_multimedia-layer = "1"
LAYERDEPENDS_multimedia-layer = "core" LAYERDEPENDS_multimedia-layer = "core meta-python"
LAYERSERIES_COMPAT_multimedia-layer = "thud warrior" LAYERSERIES_COMPAT_multimedia-layer = "thud warrior"