mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
recipes: ignore various issues fatal with gcc-14 (for 32bit MACHINEs)
Recipes included here are openldap microsoft-gsl scsirastools pam-ssh-agent-auth sblim-sfcb ckermit nvme-cli xfstests * these are reproducible only with 32bit MACHINEs and probably related to time64.inc http://errors.yoctoproject.org/Errors/Build/183154/ * and microsoft-gsl only with 32bit arm MACHINEs: http://errors.yoctoproject.org/Errors/Build/183157/ Signed-off-by: Martin Jansa <martin.jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -43,3 +43,8 @@ FILES:${PN}-ptest = "${bindir}/gsl*_tests"
|
||||
CVE_PRODUCT = "microsoft:gsl"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
# This one is reproducible only on 32bit arm MACHINEs (didn't see it with qemux86 or qemux86-64 builds)
|
||||
# http://errors.yoctoproject.org/Errors/Details/766976/
|
||||
# lib32-microsoft-gsl/4.0.0/git/tests/span_tests.cpp:1275:34: error: value computed is not used [-Werror=unused-value]
|
||||
CXXFLAGS += "-Wno-error=unused-value"
|
||||
|
||||
Reference in New Issue
Block a user