From: Alexander Kanavin Date: Fri, 19 Jun 2026 08:32:43 +0000 (+0200) Subject: gn: upgrade to latest revision X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fc0b8bfc83bf2421bf140b690e4284bbd8eee35;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git gn: upgrade to latest revision Remove patch as issue is fixed upstream. Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- 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 deleted file mode 100644 index e933c17d8a..0000000000 --- a/meta/recipes-devtools/gn/files/0001-gn-fix-build-with-gcc-16-on-musl.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 6d22f5c9e96811f1abcedd8fb1849fe72747b5c4 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 - -Add missing include in src/gn/pool.h for int64_t. - -Fixes: -| ../sources/gn-0+git/src/gn/pool.h:26:3: error: 'int64_t' does not name a type - -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 ---- a/src/gn/pool.h -+++ b/src/gn/pool.h -@@ -6,6 +6,7 @@ - #define TOOLS_GN_POOL_H_ - - #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..c5ba7761b4 100644 --- a/meta/recipes-devtools/gn/gn_git.bb +++ b/meta/recipes-devtools/gn/gn_git.bb @@ -7,9 +7,8 @@ DEPENDS += "ninja-native" 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 = ""