All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Patch v3 0/2] Add support for Meson build
@ 2017-10-11  6:50 Eric Le Bihan
  2017-10-11  6:50 ` [Buildroot] [Patch v3 1/2] meson: new package Eric Le Bihan
  2017-10-11  6:50 ` [Buildroot] [Patch v3 2/2] docs/manual: document meson-based packages Eric Le Bihan
  0 siblings, 2 replies; 7+ messages in thread
From: Eric Le Bihan @ 2017-10-11  6:50 UTC (permalink / raw)
  To: buildroot

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

v2 -> v3:

- bump version to 0.43.0
- re-use github helper
- reword comments in cross-compilation.conf.in
- use $(FOO_CONF_OPTS) in package documentation

v1 -> v2: (J?rg Krause)

- bump to version 0.41.2
- use explicit tarball release instead of github helper
- use explicit sed
- pass BR2_GCC_TARGET_CPU to cross file

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

 docs/manual/adding-packages-meson.txt   | 80 +++++++++++++++++++++++++++++++++
 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, 132 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.13.6

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

end of thread, other threads:[~2017-10-24 22:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-11  6:50 [Buildroot] [Patch v3 0/2] Add support for Meson build Eric Le Bihan
2017-10-11  6:50 ` [Buildroot] [Patch v3 1/2] meson: new package Eric Le Bihan
2017-10-11 21:04   ` Arnout Vandecappelle
2017-10-24 18:57     ` Eric Le Bihan
2017-10-24 22:08       ` Arnout Vandecappelle
2017-10-11  6:50 ` [Buildroot] [Patch v3 2/2] docs/manual: document meson-based packages Eric Le Bihan
2017-10-11 21:23   ` Arnout Vandecappelle

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.