From 39acacf339343714eb141a15916d7b2c312cfb23 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Fri, 8 Oct 2021 16:43:34 +0100 Subject: [PATCH] layer.conf: Update as per the rename to meta-python-mixin Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> --- conf/layer.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/layer.conf b/conf/layer.conf index db0175a..5bbcc1d 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -5,11 +5,11 @@ BBPATH .= ":${LAYERDIR}" BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS += "meta-python-extra" -BBFILE_PATTERN_meta-python-extra = "^${LAYERDIR}/" -BBFILE_PRIORITY_meta-python-extra = "6" +BBFILE_COLLECTIONS += "meta-python-mixin" +BBFILE_PATTERN_meta-python-mixin = "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-python-mixin = "6" -LAYERDEPENDS_meta-python-extra = "core" -LAYERDEPENDS_meta-python-extra += "meta-python" +LAYERDEPENDS_meta-python-mixin = "core" +LAYERDEPENDS_meta-python-mixin += "meta-python" -LAYERSERIES_COMPAT_meta-python-extra = "dunfell" +LAYERSERIES_COMPAT_meta-python-mixin = "dunfell" -- GitLab