mirror of
https://github.com/lingble/meta-tegra.git
synced 2025-10-29 11:32:30 +00:00
gstreamer1.0-plugins-nveglgles: fix build error with gcc-14
gcc 14 has promoted the int-conversion warning to the default -Werror list, so update CFLAGS to prevent the error. Signed-off-by: Matt Madison <matt@madison.systems>
This commit is contained in:
@@ -20,6 +20,8 @@ PACKAGECONFIG[wayland] = "USE_WAYLAND=yes,,wayland"
|
||||
|
||||
EXTRA_OEMAKE = "CUDA_VER=${CUDA_VERSION} ${PACKAGECONFIG_CONFARGS}"
|
||||
|
||||
CFLAGS += "-Wno-error=int-conversion"
|
||||
|
||||
S = "${WORKDIR}/gstegl_src/gst-egl"
|
||||
|
||||
inherit pkgconfig features_check
|
||||
|
||||
Reference in New Issue
Block a user