mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-06-21 08:52:35 +02:00
maliit-framework-qt5, maliit-plugins-qt5: Disable tests for gcc too
gcc12 has started failing with same error like clang
| ../../../recipe-sysroot/usr/include/QtTest/qtestcase.h:340:34: error:
invalid operands to binary expression ('const MImServerCommonOptions'
and 'const MImServerCommonOptions')
| return compare_helper(t1 == t2, "Compared values are not the same",
| ~~ ^ ~~
There do not keep it clang specific anymore
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -61,8 +61,8 @@ EXTRA_QMAKEVARS_PRE = "\
|
||||
CONFIG+=qt5-inputcontext \
|
||||
"
|
||||
|
||||
# tests fail to build with clang
|
||||
EXTRA_QMAKEVARS_PRE:append:toolchain-clang = " CONFIG+=notests"
|
||||
# tests fail to build with gcc12/clang
|
||||
EXTRA_QMAKEVARS_PRE:append = " CONFIG+=notests"
|
||||
|
||||
EXTRA_OEMAKE += "INSTALL_ROOT=${D}"
|
||||
|
||||
|
||||
@@ -27,8 +27,8 @@ EXTRA_QMAKEVARS_PRE = "\
|
||||
CONFIG+=nodoc \
|
||||
"
|
||||
|
||||
# tests fail to build with clang
|
||||
EXTRA_QMAKEVARS_PRE:append:toolchain-clang = " CONFIG+=notests"
|
||||
# tests fail to build with gcc12/clang
|
||||
EXTRA_QMAKEVARS_PRE:append = " CONFIG+=notests"
|
||||
|
||||
FILES:${PN} += "\
|
||||
${libdir}/maliit \
|
||||
|
||||
Reference in New Issue
Block a user