Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/meson: bump version to 1.7.0
@ 2025-01-30 18:22 Bernd Kuhls
  2025-02-03 22:19 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 2+ messages in thread
From: Bernd Kuhls @ 2025-01-30 18:22 UTC (permalink / raw)
  To: buildroot; +Cc: Eric Le Bihan

Rebased patch 0001.

Release notes:
https://mesonbuild.com/Release-notes-for-1-7-0.html

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
 ...Prefer-ext-static-libs-when-default-library-static.patch | 6 +++---
 package/meson/meson.hash                                    | 4 ++--
 package/meson/meson.mk                                      | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/package/meson/0001-Prefer-ext-static-libs-when-default-library-static.patch b/package/meson/0001-Prefer-ext-static-libs-when-default-library-static.patch
index 55f7512e2e..e56db1be07 100644
--- a/package/meson/0001-Prefer-ext-static-libs-when-default-library-static.patch
+++ b/package/meson/0001-Prefer-ext-static-libs-when-default-library-static.patch
@@ -24,7 +24,7 @@ http://autobuild.buildroot.net/results/c17/c17bbb12d9deadd64a441b36e324cfbbe8aba
 Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com>
 [Updated for 0.57.1 - get_builtin_option() vs. get_option(OptionKey())]
 Signed-off-by: Peter Seiderer <ps.report@gmx.net>
-[Bernd: rebased for 1.6.0]
+[Bernd: rebased for 1.6.0 & 1.7.0]
 Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
 ---
  mesonbuild/compilers/mixins/clike.py | 3 +++
@@ -42,8 +42,8 @@ index 09ad837b1..b7f6b9f22 100644
  from .. import compilers
  from ..compilers import CompileCheckMode
  from .visualstudio import VisualStudioLikeCompiler
-@@ -1038,6 +1038,9 @@ class CLikeCompiler(Compiler):
-             # TI C6000 compiler can use both extensions for static or dynamic libs.
+@@ -1053,6 +1053,9 @@ class CLikeCompiler(Compiler):
+             # TI C28x compilers can use both extensions for static or dynamic libs.
              stlibext = ['a', 'lib']
              shlibext = ['dll', 'so']
 +        elif env.coredata.get_option(OptionKey('default_library')) == 'static':
diff --git a/package/meson/meson.hash b/package/meson/meson.hash
index e02d878d79..881c35d250 100644
--- a/package/meson/meson.hash
+++ b/package/meson/meson.hash
@@ -1,4 +1,4 @@
 # Locally calculated after checking pgp signature
-# https://github.com/mesonbuild/meson/releases/download/1.6.0/meson-1.6.0.tar.gz.asc
-sha256  999b65f21c03541cf11365489c1fad22e2418bb0c3d50ca61139f2eec09d5496  meson-1.6.0.tar.gz
+# https://github.com/mesonbuild/meson/releases/download/1.7.0/meson-1.7.0.tar.gz.asc
+sha256  08efbe84803eed07f863b05092d653a9d348f7038761d900412fddf56deb0284  meson-1.7.0.tar.gz
 sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  COPYING
diff --git a/package/meson/meson.mk b/package/meson/meson.mk
index f36091e584..292f81b690 100644
--- a/package/meson/meson.mk
+++ b/package/meson/meson.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MESON_VERSION = 1.6.0
+MESON_VERSION = 1.7.0
 MESON_SITE = https://github.com/mesonbuild/meson/releases/download/$(MESON_VERSION)
 MESON_LICENSE = Apache-2.0
 MESON_LICENSE_FILES = COPYING
-- 
2.39.5

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH] package/meson: bump version to 1.7.0
  2025-01-30 18:22 [Buildroot] [PATCH] package/meson: bump version to 1.7.0 Bernd Kuhls
@ 2025-02-03 22:19 ` Thomas Petazzoni via buildroot
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2025-02-03 22:19 UTC (permalink / raw)
  To: Bernd Kuhls; +Cc: buildroot, Eric Le Bihan

On Thu, 30 Jan 2025 19:22:50 +0100
Bernd Kuhls <bernd@kuhls.net> wrote:

> Rebased patch 0001.
> 
> Release notes:
> https://mesonbuild.com/Release-notes-for-1-7-0.html
> 
> Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
> ---
>  ...Prefer-ext-static-libs-when-default-library-static.patch | 6 +++---
>  package/meson/meson.hash                                    | 4 ++--
>  package/meson/meson.mk                                      | 2 +-
>  3 files changed, 6 insertions(+), 6 deletions(-)

I applied to master... but of course a Meson version bump is always a
bit risky. Could you keep an eye on the autobuilders in the next few
days, and see if there's some obvious fallout from this?

Thanks a lot!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-02-03 22:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-30 18:22 [Buildroot] [PATCH] package/meson: bump version to 1.7.0 Bernd Kuhls
2025-02-03 22:19 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox