diff mbox series

[1/2] gn: update to latest

Message ID 20230616181712.4168591-1-raj.khem@gmail.com
State New
Headers show
Series [1/2] gn: update to latest | expand

Commit Message

Khem Raj June 16, 2023, 6:17 p.m. UTC
Brings fixes to build with gcc-13

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-arm/recipes-devtools/gn/gn_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Jon Mason June 19, 2023, 2:27 p.m. UTC | #1
On Fri, 16 Jun 2023 11:17:11 -0700, Khem Raj wrote:
> Brings fixes to build with gcc-13

Applied, thanks!

[1/2] gn: update to latest
      commit: 856610082bb188deb81a9e685d251fcc37b2f644
[2/2] gn: Fix build with gcc13
      commit: 770bef8dced4c79b8fa80c4a814a65c8ad080eec

Best regards,
diff mbox series

Patch

diff --git a/meta-arm/recipes-devtools/gn/gn_git.bb b/meta-arm/recipes-devtools/gn/gn_git.bb
index 20832016..4e7fa9f7 100644
--- a/meta-arm/recipes-devtools/gn/gn_git.bb
+++ b/meta-arm/recipes-devtools/gn/gn_git.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=0fca02217a5d49a14dfe2d11837bb34d"
 
 SRC_URI = "git://gn.googlesource.com/gn;protocol=https;branch=main \
            file://0001-Replace-lstat64-stat64-functions-on-linux.patch"
-SRCREV = "edf6ef4b06b42c58292faea78498aff76bdf68ed"
+SRCREV = "4bd1a77e67958fb7f6739bd4542641646f264e5d"
 PV = "0+git${SRCPV}"
 
 S = "${WORKDIR}/git"