[oe-commits] [meta-openembedded] 10/10: meta-multimedia: add layer depends on meta-python

git at git.openembedded.org git at git.openembedded.org
Tue Jun 25 20:05:47 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit fe945394e68bf5ce6c9a0486cfde8c8e48806132
Author: Hongxu Jia <hongxu.jia at windriver.com>
AuthorDate: Wed Jun 26 00:14:00 2019 +0800

    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 at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-multimedia/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-multimedia/conf/layer.conf b/meta-multimedia/conf/layer.conf
index e05a652..38aab8d 100644
--- a/meta-multimedia/conf/layer.conf
+++ b/meta-multimedia/conf/layer.conf
@@ -29,6 +29,6 @@ BBFILE_PRIORITY_multimedia-layer = "6"
 # cause compatibility issues with other layers
 LAYERVERSION_multimedia-layer = "1"
 
-LAYERDEPENDS_multimedia-layer = "core"
+LAYERDEPENDS_multimedia-layer = "core meta-python"
 
 LAYERSERIES_COMPAT_multimedia-layer = "thud warrior"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list