From 743c8e062c04fa594149880e579c1d90df40614a Mon Sep 17 00:00:00 2001 From: Adam Lackorzynski Date: Sat, 18 Apr 2026 09:00:00 +0000 Subject: [PATCH] devel::gdb: Update to 17.1 This update allows building with gcc-15. --- recipes/devel/gdb.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes/devel/gdb.yaml b/recipes/devel/gdb.yaml index e477a141..6871afa6 100644 --- a/recipes/devel/gdb.yaml +++ b/recipes/devel/gdb.yaml @@ -1,7 +1,7 @@ inherit: [autotools] metaEnvironment: - PKG_VERSION: "16.3" + PKG_VERSION: "17.1" PKG_LICENSE: "GPL-3.0-or-later" depends: @@ -18,7 +18,7 @@ depends: checkoutSCM: scm: url url: ${GNU_MIRROR}/gdb/gdb-${PKG_VERSION}.tar.xz - digestSHA256: "bcfcd095528a987917acf9fff3f1672181694926cc18d609c99d0042c00224c5" + digestSHA256: "14996f5f74c9f68f5a543fdc45bca7800207f91f92aeea6c2e791822c7c6d876" stripComponents: 1 checkoutScript: |