diff mbox series

[meta-ti,master] mesa-pvr: fix compilation errors with c23

Message ID 20260313195202.4047234-1-rs@ti.com
State New
Headers show
Series [meta-ti,master] mesa-pvr: fix compilation errors with c23 | expand

Commit Message

Randolph Sapp March 13, 2026, 7:52 p.m. UTC
From: Randolph Sapp <rs@ti.com>

Pull a fix from mesa/main regarding C23/glibc's definition of once_init
in stdlib.h.

Signed-off-by: Randolph Sapp <rs@ti.com>
---
 meta-ti-bsp/recipes-graphics/mesa/mesa-pvr_24.0.1.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

PRC Automation March 13, 2026, 8:04 p.m. UTC | #1
meta-ti / na / 20260313195202.4047234-1-rs

PRC Results: PASS

=========================================================
  check-yocto-patches: PASS
=========================================================
Patches
----------------------------------------
All patches passed



=========================================================
  apply-yocto-patch: PASS
=========================================================
master
=====================
Summary:
- Patch Series: [meta-ti][master][PATCH] mesa-pvr: fix compilation errors with c23
- Submitter: From: <rs@ti.com>
From: Randolph Sapp <rs@ti.com>
- Date: Date: Fri, 13 Mar 2026 14:52:02 -0500
- Num Patches: 1
- Mailing List (public inbox) Commit SHA: f55d5271fedecdce9c59d7f08db1360b0aaec757

Applied to:
- Repository: lcpd-prc-meta-ti
- Base Branch: master-wip
- Commit Author: Ryan Eatmon <reatmon@ti.com>
- Commit Subject: conf: Add falcon support natively
- Commit SHA: ffdd8641fbcf06897a5265225316c0767ee9e865

Patches
----------------------------------------
All patches applied



=========================================================
  check-yocto-repo: PASS
=========================================================
master
=====================
PASS



=========================================================
  yocto-check-layers: PASS
=========================================================
master - PASS
=====================
All checks passed
diff mbox series

Patch

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}"