assimp: upgrade to latest master to fix GCC 16 build failure

Update SRCREV to include upstream commit 3edb90201 ("Fix two compiler
warnings (#6669)") which removes an unused variable 'qu' in
MS3DLoader.cpp that triggers -Werror=unused-but-set-variable with
GCC 16. Also drop -DASSIMP_WARNINGS_AS_ERRORS=OFF as it is no longer
needed with the source fix in place.

Signed-off-by: Ashwin Prabhakar <ashwin.prabhakar@oss.qualcomm.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Ashwin Prabhakar
2026-08-13 10:47:12 +02:00
committed by Khem Raj
parent 2e4ce0db2f
commit e67c0460d2
@@ -11,7 +11,7 @@ DEPENDS = "zlib"
SRC_URI = "git://github.com/assimp/assimp.git;protocol=https;branch=master"
SRCREV = "1962da5ac484434524e7a25d566046edd932f901"
SRCREV = "fe1965b3e73f7c241265e8e5b3015764936a6ce5"
PV = "5.x+git${SRCPV}"
@@ -20,7 +20,6 @@ inherit cmake
EXTRA_OECMAKE = "\
-DASSIMP_BUILD_ASSIMP_TOOLS=OFF \
-DASSIMP_BUILD_TESTS=OFF \
-DASSIMP_WARNINGS_AS_ERRORS=OFF \
-DASSIMP_LIB_INSTALL_DIR=${baselib} \
-DCMAKE_INSTALL_PREFIX=${prefix} \
-DCMAKE_INSTALL_LIBDIR=${baselib} \