mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +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:
@@ -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="
|
||||||
|
|||||||
Reference in New Issue
Block a user