mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-03 20:54:37 +02:00
Split the populate_sdk_qt5 bbclass into two parts, where the generation of qt.conf is moved to a new base bbclass. It is reusable in toolchain meta recipes that use different tasks than meta-toolchain-qt5. Signed-off-by: Samuli Piippo <samuli.piippo@theqtcompany.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
9 lines
280 B
Plaintext
9 lines
280 B
Plaintext
# Copyright (C) 2014 O.S. Systems Software LTDA.
|
|
|
|
inherit populate_sdk_qt5_base
|
|
|
|
TOOLCHAIN_HOST_TASK += "nativesdk-packagegroup-qt5-toolchain-host"
|
|
TOOLCHAIN_TARGET_TASK += "packagegroup-qt5-toolchain-target"
|
|
|
|
FEATURE_PACKAGES_qtcreator-debug = "packagegroup-qt5-qtcreator-debug"
|