mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Remove hard dependency on meta-python
Set up the BBFILES_DYNAMIC variable to include meta-python and move all python recipes to the corresponding dynamic-layers directory. This prevents failures to parse recipes if meta-python is not available. Pick-to: 6.5 Fixes: QTBUG-113712 Change-Id: If26668e8d901c89be8527ff3951a00d739a89372 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
This commit is contained in:
parent
cf976a7d83
commit
16c7da9d10
|
|
@ -16,6 +16,8 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
|
|||
|
||||
# bbappends for optional layers
|
||||
BBFILES_DYNAMIC += " \
|
||||
meta-python:${LAYERDIR}/dynamic-layers/meta-python/*/*/*.bb \
|
||||
meta-python:${LAYERDIR}/dynamic-layers/meta-python/*/*/*.bbappend \
|
||||
"
|
||||
|
||||
BBFILE_COLLECTIONS += "qt6-layer"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user