All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 0/3] Add support for Meson build
Date: Thu, 27 Jul 2017 11:11:07 +0100	[thread overview]
Message-ID: <866e116f-f9be-f138-4055-8ffe94ad2d19@imgtec.com> (raw)
In-Reply-To: <20170727094528.10745-1-joerg.krause@embedded.rocks>

Hello J?rg, maintainers,

shouldn't we add a "package/pkg-meson.mk" file and then use "$(eval
$(meson-package))" for Meson packages?

Vincent

On 27/07/17 10:45, J?rg Krause wrote:
> Last year, Eric Le Bihan already proposed patches to support the Meson build
> system [1], but the patches were rejected, as no package in Buildroot
> required a Meson build.
> 
> This has changed, as the libmpdclient package has switched from autotools to
> Meson.
> 
> Therefore, the patches from Eric are resubmitted with some changes as suggested
> by Yann E. Morin.
> 
> [1] http://patchwork.ozlabs.org/patch/646685/
> 
> Eric Le Bihan (2):
>   meson: new package
>   docs/manual: document meson-based packages
> 
> J?rg Krause (1):
>   libmpdclient: bump to version 2.13
> 
>  docs/manual/adding-packages-meson.txt   | 80 +++++++++++++++++++++++++++++++++
>  docs/manual/adding-packages.txt         |  2 +
>  package/libmpdclient/libmpdclient.hash  |  4 +-
>  package/libmpdclient/libmpdclient.mk    | 26 +++++++++--
>  package/meson/cross-compilation.conf.in | 15 +++++++
>  package/meson/meson.hash                |  2 +
>  package/meson/meson.mk                  | 30 +++++++++++++
>  7 files changed, 154 insertions(+), 5 deletions(-)
>  create mode 100644 docs/manual/adding-packages-meson.txt
>  create mode 100644 package/meson/cross-compilation.conf.in
>  create mode 100644 package/meson/meson.hash
>  create mode 100644 package/meson/meson.mk
> 

  parent reply	other threads:[~2017-07-27 10:11 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-27  9:45 [Buildroot] [PATCH 0/3] Add support for Meson build Jörg Krause
2017-07-27  9:45 ` [Buildroot] [PATCH v2 1/3] meson: new package Jörg Krause
2017-07-27  9:45 ` [Buildroot] [PATCH v2 2/3] docs/manual: document meson-based packages Jörg Krause
2017-07-27  9:45 ` [Buildroot] [PATCH 3/3] libmpdclient: bump to version 2.13 Jörg Krause
2017-07-27 10:11 ` Vicente Olivert Riera [this message]
2017-07-27 10:13   ` [Buildroot] [PATCH 0/3] Add support for Meson build Jörg Krause
2017-07-27 10:19     ` Vicente Olivert Riera
2017-07-27 14:50       ` Thomas Petazzoni
2017-10-06 22:34         ` Andrey Yurovsky
2017-10-06 22:39         ` Andrey Yurovsky
2017-10-07 11:58           ` Thomas Petazzoni
2017-10-07 13:06             ` Romain Naour
2017-10-11  3:51               ` Andrey Yurovsky
2017-10-11  6:55                 ` Eric Le Bihan
2017-10-12  6:42                   ` Jörg Krause
2017-10-13 11:49                     ` Adam Duskett
2017-10-11 20:38                 ` Arnout Vandecappelle
2017-10-11 21:21                   ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=866e116f-f9be-f138-4055-8ffe94ad2d19@imgtec.com \
    --to=vincent.riera@imgtec.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.