All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] Add support for Meson build
@ 2017-07-27  9:45 Jörg Krause
  2017-07-27  9:45 ` [Buildroot] [PATCH v2 1/3] meson: new package Jörg Krause
                   ` (3 more replies)
  0 siblings, 4 replies; 18+ messages in thread
From: Jörg Krause @ 2017-07-27  9:45 UTC (permalink / raw)
  To: buildroot

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

-- 
2.13.3

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

end of thread, other threads:[~2017-10-13 11:49 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [Buildroot] [PATCH 0/3] Add support for Meson build Vicente Olivert Riera
2017-07-27 10:13   ` 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

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.