aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2023-10-16 18:38:14 +0300
committerMartin Jansa <martin.jansa@gmail.com>2023-12-03 14:41:43 +0100
commitf5dfcd1417fa01dc59b3fc1f28bbe7c986de0e9d (patch)
tree595c0837daab80502d17a26aab85b12caf592881
parent2f92263fd73cf9b6ae2a22b6a7de8780526ba50b (diff)
conf/layer.conf: Add meta-oe to LAYERDEPENDSupstream/kirkstone-next
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 <leon.anavi@konsulko.com> Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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"