From f5dfcd1417fa01dc59b3fc1f28bbe7c986de0e9d Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 16 Oct 2023 18:38:14 +0300 Subject: conf/layer.conf: Add meta-oe to LAYERDEPENDS Layer meta-openembedded/meta-oe provides sip. It is required to avoid errors while building python3-pyqt5 which depends on sip, for example: ERROR: Required build target 'python3-pyqt5' has no buildable providers. Missing or unbuildable dependency chain was: ['python3-pyqt5', 'sip3-native'] Signed-off-by: Leon Anavi Signed-off-by: Martin Jansa --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 97a22893..d766e17a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -27,7 +27,7 @@ BBFILE_PRIORITY_qt5-layer = "7" # cause compatibility issues with other layers LAYERVERSION_qt5-layer = "1" -LAYERDEPENDS_qt5-layer = "core" +LAYERDEPENDS_qt5-layer = "core openembedded-layer" LAYERSERIES_COMPAT_qt5-layer = "dunfell gatesgarth hardknott honister kirkstone langdale mickledore" -- cgit v1.2.3