From a947750cbcf8b5d89d759052f12bc5bdde8f9f0e Mon Sep 17 00:00:00 2001 From: Jon Mason Date: Thu, 23 Feb 2023 09:36:54 -0500 Subject: [PATCH] arm/gn: update to a more recent SHA Signed-off-by: Jon Mason --- meta-arm/recipes-devtools/gn/gn_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arm/recipes-devtools/gn/gn_git.bb b/meta-arm/recipes-devtools/gn/gn_git.bb index 521e33e9..20832016 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 = "bf4e17dc67b2a2007475415e3f9e1d1cf32f6e35" +SRCREV = "edf6ef4b06b42c58292faea78498aff76bdf68ed" PV = "0+git${SRCPV}" S = "${WORKDIR}/git"