All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [RFC PATCH 0/7] Add pkg-meson infrastructure
@ 2018-05-07 10:57 Eric Le Bihan
  2018-05-07 10:57 ` [Buildroot] [RFC PATCH 1/7] pkg-meson: new infrastructure Eric Le Bihan
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Eric Le Bihan @ 2018-05-07 10:57 UTC (permalink / raw)
  To: buildroot

This series adds an infrastructure for Meson-based packages and converts the
existing ones.

Eric Le Bihan (7):
  pkg-meson: new infrastructure
  docs/manual: document pkg-meson infra
  libmpdclient: convert to pkg-meson infra
  systemd: convert to pkg-meson infra
  ncmpc: convert to pkg-meson infra
  mpd-mpc: convert to pkg-meson infra
  enlightenment: convert to pkg-meson infra

 DEVELOPERS                             |   1 +
 docs/manual/adding-packages-meson.txt  | 107 ++++++++++-------------
 package/Makefile.in                    |   1 +
 package/enlightenment/enlightenment.mk |  30 ++-----
 package/libmpdclient/libmpdclient.mk   |  32 +------
 package/mpd-mpc/mpd-mpc.mk             |  26 +-----
 package/ncmpc/ncmpc.mk                 |  27 +-----
 package/pkg-meson.mk                   | 153 +++++++++++++++++++++++++++++++++
 package/systemd/systemd.mk             |  32 +------
 9 files changed, 217 insertions(+), 192 deletions(-)
 create mode 100644 package/pkg-meson.mk

--
2.14.3

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

end of thread, other threads:[~2018-05-10  8:40 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-07 10:57 [Buildroot] [RFC PATCH 0/7] Add pkg-meson infrastructure Eric Le Bihan
2018-05-07 10:57 ` [Buildroot] [RFC PATCH 1/7] pkg-meson: new infrastructure Eric Le Bihan
2018-05-07 15:02   ` Thomas Petazzoni
2018-05-07 19:38     ` Eric Le Bihan
2018-05-07 19:43       ` Thomas Petazzoni
2018-05-07 22:12         ` Eric Le Bihan
2018-05-08 21:00           ` Arnout Vandecappelle
2018-05-09 22:41             ` Eric Le Bihan
2018-05-10  8:40               ` Thomas Petazzoni
2018-05-07 10:57 ` [Buildroot] [RFC PATCH 2/7] docs/manual: document pkg-meson infra Eric Le Bihan
2018-05-07 15:08   ` Thomas Petazzoni
2018-05-07 19:58     ` Eric Le Bihan
2018-05-07 10:57 ` [Buildroot] [RFC PATCH 3/7] libmpdclient: convert to " Eric Le Bihan
2018-05-07 10:57 ` [Buildroot] [RFC PATCH 4/7] systemd: " Eric Le Bihan
2018-05-07 10:57 ` [Buildroot] [RFC PATCH 5/7] ncmpc: " Eric Le Bihan
2018-05-07 10:57 ` [Buildroot] [RFC PATCH 6/7] mpd-mpc: " Eric Le Bihan
2018-05-07 10:57 ` [Buildroot] [RFC PATCH 7/7] enlightenment: " Eric Le Bihan

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.