[Buildroot] [PATCH 0/3] Add support for Meson build

Jörg Krause joerg.krause at embedded.rocks
Thu Jul 27 09:45:25 UTC 2017


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



More information about the buildroot mailing list