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>2024-04-05 08:24:32 +0200
commit644ebf220245bdc06e7696ccc90acc97a0dd2566 (patch)
tree3c00f2ccaee7de61aca1e70edbd10a8688fb82ac
parente7795708cd4aecb51547104b4aac8511b1dc7b08 (diff)
conf/layer.conf: Add meta-oe to LAYERDEPENDSupstream/kirkstoneupstream/jansa/kirkstone
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"