aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2023-09-29 14:52:13 +0200
committerSamuli Piippo <samuli.piippo@qt.io>2023-10-18 12:39:51 +0000
commit2713f52a6f178d5a985ba8a21d6e9383b71b5030 (patch)
tree19bc93c793194cb023ade46d13b3c9819a0e4c8e
parent3df4dfb2e2931813382646b368b3851ff2efe1f5 (diff)
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 <Martin.Jansa@gmail.com> Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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"