mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
coin: add workaround for clang build
Add workaround until fixed in upstream: nativesdk-liblldb contains reference to TMPDIR [buildpaths] Pick-to: 6.8 Change-Id: Ie0c68644141fd0544e95895f67b031186a296a6a Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
This commit is contained in:
parent
aec6f0103f
commit
abdf375a2e
|
|
@ -31,6 +31,10 @@ WARN_QA:remove = "${EXTRA_QA}"
|
|||
# nativesdk-qemu-user-mips rdepends on nativesdk-bash, but it isn't a build dependency
|
||||
INSANE_SKIP:nativesdk-qemu-user-mips = "build-deps"
|
||||
|
||||
# workaround for clang
|
||||
# nativesdk-liblldb contains reference to TMPDIR [buildpaths]
|
||||
INSANE_SKIP:append:pn-nativesdk-clang = " buildpaths"
|
||||
|
||||
# enable thumb for broader test coverage (oe-core autobuilder doesn't have thumb enabled)
|
||||
PREFERRED_ARM_INSTRUCTION_SET ?= "thumb"
|
||||
ARM_INSTRUCTION_SET = "${PREFERRED_ARM_INSTRUCTION_SET}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user