diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2024-05-05 21:44:30 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-08 08:40:43 -0700 |
| commit | 772e3c87466901023473dd16186f8fa30ec5e7d2 (patch) | |
| tree | 98f0d8096599c31a872d7ef4ed26513a29361d9c /meta-oe/recipes-devtools | |
| parent | 23e3b5e97191175036c53f0983dedbe3940c87e2 (diff) | |
| download | meta-openembedded-772e3c87466901023473dd16186f8fa30ec5e7d2.tar.gz | |
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>
Diffstat (limited to 'meta-oe/recipes-devtools')
| -rw-r--r-- | meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl_4.0.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl_4.0.0.bb b/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl_4.0.0.bb index 6e29b2459d..8ba121d5ea 100644 --- a/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl_4.0.0.bb +++ b/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl_4.0.0.bb | |||
| @@ -43,3 +43,8 @@ FILES:${PN}-ptest = "${bindir}/gsl*_tests" | |||
| 43 | CVE_PRODUCT = "microsoft:gsl" | 43 | CVE_PRODUCT = "microsoft:gsl" |
| 44 | 44 | ||
| 45 | BBCLASSEXTEND = "native nativesdk" | 45 | BBCLASSEXTEND = "native nativesdk" |
| 46 | |||
| 47 | # This one is reproducible only on 32bit arm MACHINEs (didn't see it with qemux86 or qemux86-64 builds) | ||
| 48 | # http://errors.yoctoproject.org/Errors/Details/766976/ | ||
| 49 | # lib32-microsoft-gsl/4.0.0/git/tests/span_tests.cpp:1275:34: error: value computed is not used [-Werror=unused-value] | ||
| 50 | CXXFLAGS += "-Wno-error=unused-value" | ||
