mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
populate_sdk_qt5: use _append operator
populate_sdk assigns TOOLCHAIN_HOST_TASK and TOOLCHAIN_TARGET_TASK with ?=. Thus depending on the order in which populate_sdk and populate_sdk-qt5 get parsed the assignments from populate_sdk are discarded and the resulting sdk is missing among others the environment-setup script. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
efa8aaf82e
commit
ee301d84a7
@@ -2,7 +2,7 @@
|
||||
|
||||
inherit populate_sdk_qt5_base
|
||||
|
||||
TOOLCHAIN_HOST_TASK += "nativesdk-packagegroup-qt5-toolchain-host"
|
||||
TOOLCHAIN_TARGET_TASK += "packagegroup-qt5-toolchain-target"
|
||||
TOOLCHAIN_HOST_TASK_append = " nativesdk-packagegroup-qt5-toolchain-host"
|
||||
TOOLCHAIN_TARGET_TASK_append = " packagegroup-qt5-toolchain-target"
|
||||
|
||||
FEATURE_PACKAGES_qtcreator-debug = "packagegroup-qt5-qtcreator-debug"
|
||||
|
||||
Reference in New Issue
Block a user