All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/meson: bump to version 0.61.0
@ 2022-01-10 21:13 James Hilliard
  2022-01-11 21:21 ` Thomas Petazzoni
  2022-01-12  8:10 ` Thomas Petazzoni
  0 siblings, 2 replies; 5+ messages in thread
From: James Hilliard @ 2022-01-10 21:13 UTC (permalink / raw)
  To: buildroot; +Cc: Eric Le Bihan, James Hilliard

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/meson/meson.hash | 4 ++--
 package/meson/meson.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/meson/meson.hash b/package/meson/meson.hash
index 02d8900003..c9be54be05 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/0.60.3/meson-0.60.3.tar.gz.asc
-sha256  87ca5fa9358a01864529392bd64e027158eb94afca7c7766b1866ef27eccb98e  meson-0.60.3.tar.gz
+# https://github.com/mesonbuild/meson/releases/download/0.61.0/meson-0.61.0.tar.gz.asc
+sha256  ea9f33246b1f23f02e90a50e75e0f41e526f6dabf0c24f3e00e27a3f5abdc35c  meson-0.61.0.tar.gz
 sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  COPYING
diff --git a/package/meson/meson.mk b/package/meson/meson.mk
index e8443eacba..e63dc725bf 100644
--- a/package/meson/meson.mk
+++ b/package/meson/meson.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MESON_VERSION = 0.60.3
+MESON_VERSION = 0.61.0
 MESON_SITE = https://github.com/mesonbuild/meson/releases/download/$(MESON_VERSION)
 MESON_LICENSE = Apache-2.0
 MESON_LICENSE_FILES = COPYING
-- 
2.25.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/meson: bump to version 0.61.0
  2022-01-10 21:13 [Buildroot] [PATCH 1/1] package/meson: bump to version 0.61.0 James Hilliard
@ 2022-01-11 21:21 ` Thomas Petazzoni
  2022-01-12  8:10 ` Thomas Petazzoni
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2022-01-11 21:21 UTC (permalink / raw)
  To: James Hilliard; +Cc: Eric Le Bihan, buildroot

On Mon, 10 Jan 2022 14:13:23 -0700
James Hilliard <james.hilliard1@gmail.com> wrote:

> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/meson/meson.hash | 4 ++--
>  package/meson/meson.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

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] 5+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/meson: bump to version 0.61.0
  2022-01-10 21:13 [Buildroot] [PATCH 1/1] package/meson: bump to version 0.61.0 James Hilliard
  2022-01-11 21:21 ` Thomas Petazzoni
@ 2022-01-12  8:10 ` Thomas Petazzoni
  2022-01-12  9:11   ` James Hilliard
  2022-01-12  9:48   ` James Hilliard
  1 sibling, 2 replies; 5+ messages in thread
From: Thomas Petazzoni @ 2022-01-12  8:10 UTC (permalink / raw)
  To: James Hilliard; +Cc: Eric Le Bihan, buildroot

Hello James,

On Mon, 10 Jan 2022 14:13:23 -0700
James Hilliard <james.hilliard1@gmail.com> wrote:

> Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> ---
>  package/meson/meson.hash | 4 ++--
>  package/meson/meson.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

I am wondering if this update hasn't broken some meson packages:

 * polkit
   http://autobuild.buildroot.net/results/b2d/b2d2b27844b32b3609e11005966d85dc0dfb7a9f/build-end.log

   ../output-1/build/polkit-0.120/actions/meson.build:3:5: ERROR: Function does not take positional arguments.

 * host-gobject-introspection
   http://autobuild.buildroot.net/results/95e/95e4a23c16f6bd96566dc497663f38a0858c5a6e/build-end.log

   ../output-1/build/host-gobject-introspection-1.68.0/giscanner/meson.build:51:0: ERROR: File doctemplates does not exist.

Best regards,

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] 5+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/meson: bump to version 0.61.0
  2022-01-12  8:10 ` Thomas Petazzoni
@ 2022-01-12  9:11   ` James Hilliard
  2022-01-12  9:48   ` James Hilliard
  1 sibling, 0 replies; 5+ messages in thread
From: James Hilliard @ 2022-01-12  9:11 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Eric Le Bihan, buildroot

On Wed, Jan 12, 2022 at 1:11 AM Thomas Petazzoni
<thomas.petazzoni@bootlin.com> wrote:
>
> Hello James,
>
> On Mon, 10 Jan 2022 14:13:23 -0700
> James Hilliard <james.hilliard1@gmail.com> wrote:
>
> > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> > ---
> >  package/meson/meson.hash | 4 ++--
> >  package/meson/meson.mk   | 2 +-
> >  2 files changed, 3 insertions(+), 3 deletions(-)
>
> I am wondering if this update hasn't broken some meson packages:
>
>  * polkit
>    http://autobuild.buildroot.net/results/b2d/b2d2b27844b32b3609e11005966d85dc0dfb7a9f/build-end.log
>
>    ../output-1/build/polkit-0.120/actions/meson.build:3:5: ERROR: Function does not take positional arguments.
>
>  * host-gobject-introspection
>    http://autobuild.buildroot.net/results/95e/95e4a23c16f6bd96566dc497663f38a0858c5a6e/build-end.log
>
>    ../output-1/build/host-gobject-introspection-1.68.0/giscanner/meson.build:51:0: ERROR: File doctemplates does not exist.

That one should be fixed by this update:
https://patchwork.ozlabs.org/project/buildroot/patch/20220112012537.1362197-1-james.hilliard1@gmail.com/

>
> Best regards,
>
> 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] 5+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/meson: bump to version 0.61.0
  2022-01-12  8:10 ` Thomas Petazzoni
  2022-01-12  9:11   ` James Hilliard
@ 2022-01-12  9:48   ` James Hilliard
  1 sibling, 0 replies; 5+ messages in thread
From: James Hilliard @ 2022-01-12  9:48 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Eric Le Bihan, buildroot

On Wed, Jan 12, 2022 at 1:11 AM Thomas Petazzoni
<thomas.petazzoni@bootlin.com> wrote:
>
> Hello James,
>
> On Mon, 10 Jan 2022 14:13:23 -0700
> James Hilliard <james.hilliard1@gmail.com> wrote:
>
> > Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
> > ---
> >  package/meson/meson.hash | 4 ++--
> >  package/meson/meson.mk   | 2 +-
> >  2 files changed, 3 insertions(+), 3 deletions(-)
>
> I am wondering if this update hasn't broken some meson packages:
>
>  * polkit
>    http://autobuild.buildroot.net/results/b2d/b2d2b27844b32b3609e11005966d85dc0dfb7a9f/build-end.log
>
>    ../output-1/build/polkit-0.120/actions/meson.build:3:5: ERROR: Function does not take positional arguments.

Yeah, this should fix that bug:
https://patchwork.ozlabs.org/project/buildroot/patch/20220112094731.2117910-1-james.hilliard1@gmail.com/

>
>  * host-gobject-introspection
>    http://autobuild.buildroot.net/results/95e/95e4a23c16f6bd96566dc497663f38a0858c5a6e/build-end.log
>
>    ../output-1/build/host-gobject-introspection-1.68.0/giscanner/meson.build:51:0: ERROR: File doctemplates does not exist.
>
> Best regards,
>
> 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] 5+ messages in thread

end of thread, other threads:[~2022-01-12  9:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-10 21:13 [Buildroot] [PATCH 1/1] package/meson: bump to version 0.61.0 James Hilliard
2022-01-11 21:21 ` Thomas Petazzoni
2022-01-12  8:10 ` Thomas Petazzoni
2022-01-12  9:11   ` James Hilliard
2022-01-12  9:48   ` James Hilliard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.