From: Eric Le Bihan <eric.le.bihan.dev@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [Patch v3 0/3] Ninja, Meson: new build systems
Date: Fri, 24 Jun 2016 21:22:26 +0200 [thread overview]
Message-ID: <1466796149-25218-1-git-send-email-eric.le.bihan.dev@free.fr> (raw)
This small patch series provides two new build systems: Ninja and Meson.
v2 -> v3:
- bump meson to 0.3.2
- fix cross-compilation configuration template
- fix dependency on host-ninja
v1 -> v2:
- only provide host variants of ninja and python-meson.
- document integration of meson-based packages.
- drop removal of mesongui.py.
Eric Le Bihan (3):
ninja: new package
python-meson: new package
docs/manual: document meson-based packages
docs/manual/adding-packages-meson.txt | 84 ++++++++++++++++++++++++++
docs/manual/adding-packages.txt | 2 +
package/ninja/ninja.hash | 2 +
package/ninja/ninja.mk | 22 +++++++
package/python-meson/cross-compilation.conf.in | 20 ++++++
package/python-meson/meson-exe-wrapper.in | 3 +
package/python-meson/python-meson.hash | 2 +
package/python-meson/python-meson.mk | 41 +++++++++++++
8 files changed, 176 insertions(+)
create mode 100644 docs/manual/adding-packages-meson.txt
create mode 100644 package/ninja/ninja.hash
create mode 100644 package/ninja/ninja.mk
create mode 100644 package/python-meson/cross-compilation.conf.in
create mode 100755 package/python-meson/meson-exe-wrapper.in
create mode 100644 package/python-meson/python-meson.hash
create mode 100644 package/python-meson/python-meson.mk
--
2.4.11
next reply other threads:[~2016-06-24 19:22 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-24 19:22 Eric Le Bihan [this message]
2016-06-24 19:22 ` [Buildroot] [Patch v3 1/3] ninja: new package Eric Le Bihan
2016-07-03 19:31 ` Yann E. MORIN
2016-07-03 20:27 ` Peter Korsgaard
2018-03-26 21:48 ` Thomas Petazzoni
2016-06-24 19:22 ` [Buildroot] [Patch v3 2/3] python-meson: " Eric Le Bihan
2016-06-26 3:53 ` Baruch Siach
2016-07-03 20:24 ` Yann E. MORIN
2016-07-09 13:06 ` Eric Le Bihan
2016-06-24 19:22 ` [Buildroot] [Patch v3 3/3] docs/manual: document meson-based packages Eric Le Bihan
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=1466796149-25218-1-git-send-email-eric.le.bihan.dev@free.fr \
--to=eric.le.bihan.dev@free.fr \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox