mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qttools: don't fail on unsupported clang
oe-core might have too recent version of clang which is not supported by qttools. Don't force qttools to use clang, but let it determine if the version is suitable. Pick-to: 6.10.0 6.10 6.9 6.8 Change-Id: I8a141ec01f3556d33b3037ba27adc250b99855b5 Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
This commit is contained in:
parent
9dfea022fc
commit
4df44780d1
|
|
@ -32,7 +32,7 @@ QTTOOLS_USE_CLANG ?= "${@ 'clang' if bb.utils.to_boolean(d.getVar('CAN_USE_CLANG
|
||||||
PACKAGECONFIG:class-native = "${QTTOOLS_USE_CLANG}"
|
PACKAGECONFIG:class-native = "${QTTOOLS_USE_CLANG}"
|
||||||
PACKAGECONFIG:class-nativesdk = "${QTTOOLS_USE_CLANG}"
|
PACKAGECONFIG:class-nativesdk = "${QTTOOLS_USE_CLANG}"
|
||||||
|
|
||||||
PACKAGECONFIG[clang] = "-DFEATURE_clang=ON,-DFEATURE_clang=OFF,clang"
|
PACKAGECONFIG[clang] = ",-DFEATURE_clang=OFF,clang"
|
||||||
|
|
||||||
FILES:${PN}-tools += "${QT6_INSTALL_DATADIR}/phrasebooks"
|
FILES:${PN}-tools += "${QT6_INSTALL_DATADIR}/phrasebooks"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user