[meta-ti][master][PATCH] mesa-pvr: fix compilation errors with c23
| Newsgroups | org.yoctoproject.lists.meta-ti |
|---|---|
| Message-ID | <[email protected]> |
From: Randolph Sapp <[email protected]> Pull a fix from mesa/main regarding C23/glibc's definition of once_init in stdlib.h. Signed-off-by: Randolph Sapp <[email protected]> --- 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}" -- 2.53.0