diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2019-06-26 00:14:00 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-06-25 14:21:48 -0700 |
commit | 1368704ae935080e652555ceb093fc9006e69b0e (patch) | |
tree | ae6a3e2847546817d0d844ea77ffdd290fb3b337 /meta-multimedia | |
parent | 500e5b80c09c23d142c7f65d03bd7828570c2b39 (diff) | |
download | meta-openembedded-1368704ae935080e652555ceb093fc9006e69b0e.tar.gz |
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>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-multimedia/conf/layer.conf b/meta-multimedia/conf/layer.conf index e05a65253..38aab8d35 100644 --- a/meta-multimedia/conf/layer.conf +++ b/meta-multimedia/conf/layer.conf | |||
@@ -29,6 +29,6 @@ BBFILE_PRIORITY_multimedia-layer = "6" | |||
29 | # cause compatibility issues with other layers | 29 | # cause compatibility issues with other layers |
30 | LAYERVERSION_multimedia-layer = "1" | 30 | LAYERVERSION_multimedia-layer = "1" |
31 | 31 | ||
32 | LAYERDEPENDS_multimedia-layer = "core" | 32 | LAYERDEPENDS_multimedia-layer = "core meta-python" |
33 | 33 | ||
34 | LAYERSERIES_COMPAT_multimedia-layer = "thud warrior" | 34 | LAYERSERIES_COMPAT_multimedia-layer = "thud warrior" |