Message ID | 20250820165424.20345-2-jon.mason@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/2] arm/gn: disable uninitialized variable warning | expand |
diff --git a/meta-arm/recipes-devtools/gn/gn_git.bb b/meta-arm/recipes-devtools/gn/gn_git.bb index 8573cd2ffbd9..abc81a9549fd 100644 --- a/meta-arm/recipes-devtools/gn/gn_git.bb +++ b/meta-arm/recipes-devtools/gn/gn_git.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0fca02217a5d49a14dfe2d11837bb34d" UPSTREAM_CHECK_COMMITS = "1" SRC_URI = "git://gn.googlesource.com/gn;protocol=https;branch=main" -SRCREV = "ab638bd7cbb9ac8468bf2fbe60c74ed4706a14a7" +SRCREV = "4ce861fc06ec87ff74eb6a17ebbd55e4755ebdeb" PV = "0+git" B = "${WORKDIR}/build"
Update gn to the latest SHA (commit from 08 Aug 2025). There are 66 commits between the previous SHA and the new one. Signed-off-by: Jon Mason <jon.mason@arm.com> --- meta-arm/recipes-devtools/gn/gn_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)