All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] Meson: new build system
@ 2016-07-09 13:49 Eric Le Bihan
  2016-07-09 13:49 ` [Buildroot] [PATCH 1/2] meson: new package Eric Le Bihan
  2016-07-09 13:49 ` [Buildroot] [PATCH 2/2] docs/manual: document meson-based packages Eric Le Bihan
  0 siblings, 2 replies; 10+ messages in thread
From: Eric Le Bihan @ 2016-07-09 13:49 UTC (permalink / raw)
  To: buildroot

This small patch series provides a new build system: Meson.

It is a rework of the package formerly known as "python-meson", with the
following changes:

 - removed comments about file being generated in cross-compilation
   configuration file.
 - removed reference to "exe_wrapper" in cross-compilation configuration file.
 - removed installation of exe_wrapper.
 - removed dependency on host-qemu.

Eric Le Bihan (2):
  meson: new package
  docs/manual: document meson-based packages

 docs/manual/adding-packages-meson.txt   | 84 +++++++++++++++++++++++++++++++++
 docs/manual/adding-packages.txt         |  2 +
 package/meson/cross-compilation.conf.in | 17 +++++++
 package/meson/meson.hash                |  2 +
 package/meson/meson.mk                  | 31 ++++++++++++
 5 files changed, 136 insertions(+)
 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.4.11

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

end of thread, other threads:[~2016-10-16 13:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-09 13:49 [Buildroot] [PATCH 0/2] Meson: new build system Eric Le Bihan
2016-07-09 13:49 ` [Buildroot] [PATCH 1/2] meson: new package Eric Le Bihan
2016-07-17 16:11   ` Yann E. MORIN
2016-07-18  8:14     ` Eric Le Bihan
2016-07-17 16:23   ` Yann E. MORIN
2016-07-18  8:57     ` Eric Le Bihan
2016-10-16 13:19       ` Arnout Vandecappelle
2016-07-09 13:49 ` [Buildroot] [PATCH 2/2] docs/manual: document meson-based packages Eric Le Bihan
2016-07-17 16:37   ` Yann E. MORIN
2016-07-18  9:13     ` 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.