All of lore.kernel.org
 help / color / mirror / Atom feed
From: Richard Tollerton <rich.tollerton@ni.com>
To: yocto@yoctoproject.org, ajlennon@dynamicdevices.co.uk
Subject: [meta-mono] [PATCH 00/11] Refactor common mono build bits into mono.bbclass
Date: Thu, 16 Jul 2015 18:16:11 -0500	[thread overview]
Message-ID: <cover.1437083171.git.rich.tollerton@ni.com> (raw)

Building CLI packages involves lots of boilerplate recipe settings, particularly
involving FILES and DEPENDS. This is a first attempt at refactoring these
settings into a single bbclass that can be inherited by all CLI packages that do
not require unusual build settings.

I attempted to refactor every recipe in the layer with these exceptions:

- cefglue, because it doesn't actually install anything (!)
- monotools-server, because I haven't been able to build it successfully
- mono-upnp and taglib-sharp because I don't use them


The following changes since commit 136ed556de19bd497279d6c3ae8704551fb1ec4d:

  mono-xsp-3.x.inc: use autogen.sh (2015-07-16 18:56:23 +0100)

are available in the git repository at:

  git://github.com/rtollert/meta-mono dev/rtollert/v4/bbclass
  https://github.com/rtollert/meta-mono/tree/dev/rtollert/v4/bbclass

Richard Tollerton (11):
  mono.bbclass: add
  dbus-sharp-glib: use mono.bbclass
  dbus-sharp: use mono.bbclass
  fsharp.inc: use mono.bbclass
  mono-addins: use mono.bbclass
  mono-helloworld: use mono.bbclass
  mono-xsp: use mono.bbclass
  mono-basic-4.xx.inc: use mono.bbclass
  gtk-sharp.inc: use mono.bbclass and make some FILES fixes
  gtk-sharp-native: remove mono-native dependency
  gtk-sharp: remove mono-native dependency

 classes/mono.bbclass                               | 32 ++++++++++++++++++++++
 recipes-mono/dbus-sharp-glib/dbus-sharp-glib.inc   | 13 ++-------
 recipes-mono/dbus-sharp/dbus-sharp.inc             | 13 +--------
 recipes-mono/fsharp/fsharp.inc                     | 19 +------------
 recipes-mono/gtk-sharp/gtk-sharp-native_2.12.21.bb |  2 +-
 recipes-mono/gtk-sharp/gtk-sharp.inc               | 23 +++-------------
 recipes-mono/gtk-sharp/gtk-sharp_2.12.21.bb        |  2 +-
 recipes-mono/mono-addins/mono-addins.inc           | 14 ++--------
 recipes-mono/mono-basic/mono-basic-4.xx.inc        | 13 +--------
 recipes-mono/mono-helloworld/mono-helloworld.inc   |  4 +--
 recipes-mono/mono-xsp/mono-xsp-3.x.inc             |  3 +-
 11 files changed, 47 insertions(+), 91 deletions(-)
 create mode 100644 classes/mono.bbclass

-- 
2.4.4



             reply	other threads:[~2015-07-16 23:16 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-16 23:16 Richard Tollerton [this message]
2015-07-16 23:16 ` [meta-mono] [PATCH 01/11] mono.bbclass: add Richard Tollerton
2015-07-16 23:16 ` [meta-mono] [PATCH 02/11] dbus-sharp-glib: use mono.bbclass Richard Tollerton
2015-07-16 23:16 ` [meta-mono] [PATCH 03/11] dbus-sharp: " Richard Tollerton
2015-07-16 23:16 ` [meta-mono] [PATCH 04/11] fsharp.inc: " Richard Tollerton
2015-07-16 23:16 ` [meta-mono] [PATCH 05/11] mono-addins: " Richard Tollerton
2015-07-16 23:16 ` [meta-mono] [PATCH 06/11] mono-helloworld: " Richard Tollerton
2015-07-16 23:16 ` [meta-mono] [PATCH 07/11] mono-xsp: " Richard Tollerton
2015-07-16 23:16 ` [meta-mono] [PATCH 08/11] mono-basic-4.xx.inc: " Richard Tollerton
2015-07-16 23:16 ` [meta-mono] [PATCH 09/11] gtk-sharp.inc: use mono.bbclass and make some FILES fixes Richard Tollerton
2015-07-16 23:16 ` [meta-mono] [PATCH 10/11] gtk-sharp-native: remove mono-native dependency Richard Tollerton
2015-07-16 23:16 ` [meta-mono] [PATCH 11/11] gtk-sharp: " Richard Tollerton
2015-07-17  9:19 ` [meta-mono] [PATCH 00/11] Refactor common mono build bits into mono.bbclass Alex J Lennon
2015-07-17 14:36   ` Alex J Lennon
2015-07-17 14:43     ` Richard Tollerton
2015-07-17 14:47       ` Alex J Lennon

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=cover.1437083171.git.rich.tollerton@ni.com \
    --to=rich.tollerton@ni.com \
    --cc=ajlennon@dynamicdevices.co.uk \
    --cc=yocto@yoctoproject.org \
    /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 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.