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:
Martin Jansa
2024-05-05 21:44:30 +02:00
committed by Khem Raj
parent 23e3b5e971
commit 772e3c8746
8 changed files with 62 additions and 0 deletions
@@ -65,3 +65,9 @@ do_install() {
}
FILES:${PN} += "${prefix}/xfstests"
# This one is reproducible only on 32bit MACHINEs
# http://errors.yoctoproject.org/Errors/Details/766963/
# lstat64.c:65:14: error: passing argument 1 of 'time' from incompatible pointer type [-Wincompatible-pointer-types]
# bstat.c:18:19: error: passing argument 1 of 'ctime' from incompatible pointer type [-Wincompatible-pointer-types]
CFLAGS += "-Wno-error=incompatible-pointer-types"