Message ID | 20240712145723.3914014-3-jon.mason@arm.com |
---|---|
State | New |
Headers | show |
Series | [1/3] arm/opencsd: update to 1.5.3 | expand |
diff --git a/meta-arm/recipes-devtools/gn/gn_git.bb b/meta-arm/recipes-devtools/gn/gn_git.bb index 2bb29cc3bce7..620f75643a5f 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 = "f284b6b47039a2d7edfcbfc51f52664f82b5a789" +SRCREV = "b2afae122eeb6ce09c52d63f67dc53fc517dbdc8" PV = "0+git" S = "${WORKDIR}/git"
Update to the latest gn commit. The previous commit was from 23 April 2024. The commits since that commit are: Do not cleanup args.gn imports located in the output directory. Fix expectations in NinjaRustBinaryTargetWriterTest.SwiftModule Do not add native dependencies to the library search path Support linking frameworks and swiftmodules in Rust targets [desc] Silence print() statements when outputing json infra: Move CI/try builds to Ubuntu-22.04 [MinGW] Fix mingw building issues [gn] Fix "link" in the //examples/simple_build/build/toolchain/BUILD.gn [template] Fix "rule alink_thin" in the //build/build_linux.ninja.template Allow multiple --ide switches 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(-)