diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2023-10-16 18:38:14 +0300 |
---|---|---|
committer | Martin Jansa <martin.jansa@gmail.com> | 2023-12-03 14:43:04 +0100 |
commit | 25d86278e4e8b277e9d3c88061c1a2268a20082a (patch) | |
tree | 9030449d7b6157292af6c6bcf11930ff1cf074c3 | |
parent | 12f1cd76918c0c628039d1692c6dd2318f0969c4 (diff) |
conf/layer.conf: Add meta-oe to LAYERDEPENDSupstream/master-nextupstream/master
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.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index eb3d4b0c..7e50c84e 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 nanbield" |