From a77f6ead751d663eaec9900e2e6484464f2ba9a9 Mon Sep 17 00:00:00 2001 From: Randolph Sapp Date: Fri, 13 Mar 2026 14:52:02 -0500 Subject: [PATCH] mesa-pvr: fix compilation errors with c23 Pull a fix from mesa/main regarding C23/glibc's definition of once_init in stdlib.h. Signed-off-by: Randolph Sapp Signed-off-by: Ryan Eatmon --- meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_24.0.1.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_24.0.1.bb b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_24.0.1.bb index 992c6b2d..0b48bc15 100644 --- a/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_24.0.1.bb +++ b/meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_24.0.1.bb @@ -21,8 +21,9 @@ SRC_URI = " \ file://0001-Update-lp_bld_misc.cpp-to-support-llvm-19.patch \ " -SRCREV = "68af6a102c2298569e77d1aa8bccc1ff61438b3e" +SRCREV = "7c82c1eebc67f5a62a347a84d42fe795cf7f523b" PV = "24.0.1" +PR = "r1" PACKAGE_ARCH = "${MACHINE_ARCH}"