To: ['Khem Raj '] To: openembedded-core@lists.openembedded.org Subject: [AUH] gn: upgrading to bac66cfc3254aabcd8640c8ebbeb6d62a198d454 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260611060953/all/gn/0001-gn-upgrade-to-latest-revision.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260611060953/all/gn/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260611060953/all/gn/bitbake-output-qemux86-64.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260611060953/all/gn/buildhistory-diff.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *gn* to *bac66cfc3254aabcd8640c8ebbeb6d62a198d454* has Succeeded. Next steps: - apply the patch: git am 0001-gn-upgrade-to-latest-revision.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 4d18d22c9e5707f3cbcbdd30c4b064c026e13b5c Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 11 Jun 2026 09:08:23 +0000 Subject: [PATCH] gn: upgrade to latest revision --- .../0001-gn-fix-build-with-gcc-16-on-musl.patch | 12 ++++-------- meta/recipes-devtools/gn/gn_git.bb | 2 +- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/meta/recipes-devtools/gn/files/0001-gn-fix-build-with-gcc-16-on-musl.patch b/meta/recipes-devtools/gn/files/0001-gn-fix-build-with-gcc-16-on-musl.patch index e933c17d8a..f894e2cc3f 100644 --- a/meta/recipes-devtools/gn/files/0001-gn-fix-build-with-gcc-16-on-musl.patch +++ b/meta/recipes-devtools/gn/files/0001-gn-fix-build-with-gcc-16-on-musl.patch @@ -1,4 +1,4 @@ -From 6d22f5c9e96811f1abcedd8fb1849fe72747b5c4 Mon Sep 17 00:00:00 2001 +From f497b019507aef8f6e54dd577ba67801ca146560 Mon Sep 17 00:00:00 2001 From: Hemanth Kumar M D Date: Mon, 11 May 2026 02:43:10 -0700 Subject: [PATCH] gn: fix build with GCC 16 on musl @@ -11,23 +11,19 @@ Fixes: Upstream-Status: Submitted [https://gn-review.googlesource.com/c/gn/+/22740] Signed-off-by: Hemanth Kumar M D - --- src/gn/pool.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/gn/pool.h b/src/gn/pool.h -index e03113608..247cb6425 100644 +index 7beb5da0..c3d5883e 100644 --- a/src/gn/pool.h +++ b/src/gn/pool.h -@@ -6,6 +6,7 @@ - #define TOOLS_GN_POOL_H_ +@@ -7,6 +7,7 @@ + #include #include +#include #include "gn/item.h" --- -2.49.0 - diff --git a/meta/recipes-devtools/gn/gn_git.bb b/meta/recipes-devtools/gn/gn_git.bb index 6047ab5e2b..a5b8a7c9db 100644 --- a/meta/recipes-devtools/gn/gn_git.bb +++ b/meta/recipes-devtools/gn/gn_git.bb @@ -9,7 +9,7 @@ UPSTREAM_CHECK_COMMITS = "1" SRC_URI = "git://gn.googlesource.com/gn;protocol=https;branch=main \ file://0001-gn-fix-build-with-gcc-16-on-musl.patch \ " -SRCREV = "eab8a9f92dca9b8548a89d9e5eb6aeb8ac6bba77" +SRCREV = "bac66cfc3254aabcd8640c8ebbeb6d62a198d454" PV = "0+git" BB_GIT_SHALLOW = "" -- 2.47.1