libcamera: add workaround to fix build with gcc 16

libcamera fails if using gcc16 with -Werror=array-bounds=

Ignore this issue for now until it is properly fixed

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Markus Volk
2026-05-30 09:31:55 +02:00
committed by Khem Raj
parent 92128a030c
commit bef406b016
@@ -100,3 +100,5 @@ FILES:${PN}-pycamera = "${PYTHON_SITEPACKAGES_DIR}/libcamera"
GLIBC_64BIT_TIME_FLAGS = ""
INSANE_SKIP += "32bit-time"
CXXFLAGS += "-Wno-error=array-bounds="