mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-14 14:06:43 +00:00
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:
parent
b2206db6d7
commit
cb417db7ab
@ -100,3 +100,5 @@ FILES:${PN}-pycamera = "${PYTHON_SITEPACKAGES_DIR}/libcamera"
|
|||||||
GLIBC_64BIT_TIME_FLAGS = ""
|
GLIBC_64BIT_TIME_FLAGS = ""
|
||||||
|
|
||||||
INSANE_SKIP += "32bit-time"
|
INSANE_SKIP += "32bit-time"
|
||||||
|
|
||||||
|
CXXFLAGS += "-Wno-error=array-bounds="
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user