From 2713f52a6f178d5a985ba8a21d6e9383b71b5030 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 29 Sep 2023 14:52:13 +0200 Subject: [PATCH] layer.conf: fix LAYERDEPENDS_qt6-layer * qtgrpc depends on protobuf from meta-oe: ERROR: Nothing PROVIDES 'protobuf-native' (but /OE/build/oe-core/meta-qt6/recipes-qt/qt6/qtgrpc_git.bb DEPENDS on or otherwise requires it). Close matches: popt-native xcb-proto-native xorgproto-native ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'qtgrpc', 'protobuf-native'] * and qtpdf, qtwebengine depend python3-html5lib-native on from meta-python: ERROR: Nothing PROVIDES 'python3-html5lib-native' (but /OE/build/oe-core/meta-qt6/recipes-qt/qt6/qtpdf_git.bb, /OE/build/oe-core/meta-qt6/recipes-qt/qt6/qtwebengine_git.bb DEPENDS on or otherwise requires it). Close matches: python3-toml-native python3-tomli-native python3-urllib3-native ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'qtpdf', 'python3-html5lib-native'] Pick-to: 6.6 6.5 Change-Id: I616e03e3a259e532e4ccd6ec87a2975c063837fc Reviewed-by: Martin Jansa Reviewed-by: Samuli Piippo --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index d2d7439..b5446f3 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -33,7 +33,7 @@ BBFILE_PRIORITY_qt6-layer = "${BBFILE_PRIORITY_core}" # cause compatibility issues with other layers LAYERVERSION_qt6-layer = "1" -LAYERDEPENDS_qt6-layer = "core" +LAYERDEPENDS_qt6-layer = "core openembedded-layer meta-python" LAYERSERIES_COMPAT_qt6-layer = "kirkstone langdale mickledore nanbield"