Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCHv2 01/36] package: introduce Python package infrastructure
Date: Thu, 12 Dec 2013 08:35:35 +0100	[thread overview]
Message-ID: <20131212083535.3dcca6c2@skate> (raw)
In-Reply-To: <CAHXCMMLA1U-mQ76ve14MswJHiL947uhw8FiewHX_jqezzs+vsA@mail.gmail.com>

Dear Samuel Martin,

(Would be good to trim down a little bit the e-mails you are replying
to, to keep only the relevant parts. Thanks! :-))

On Wed, 11 Dec 2013 23:51:10 +0100, Samuel Martin wrote:

> > +One variable specific to the Python infrastructure is mandatory:
> > +
> > +* +PYTHON_FOO_BUILD_TYPE+, to define which Python build system is used
> >
> s/PYTHON_FOO_BUILD_TYPE/PYTHON_FOO_SETUP_TYPE/

Aah, yes, indeed. I named it _BUILD_TYPE originally, but then changed
my mind and renamed it _SETUP_TYPE, but forgot to adjust my
documentation.

I will wait for some other comments to show up. If any, I will address
this one in v3. If no further comments are made, hopefully Peter can
fix that typo when applying the patch (which would avoid the need for
me to respam the list with another set of 37 patches).

Best regards,

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2013-12-12  7:35 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-11 20:26 [Buildroot] [PATCHv2 00/36] Python package infrastructure Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 01/36] package: introduce " Thomas Petazzoni
2013-12-11 22:51   ` Samuel Martin
2013-12-12  7:35     ` Thomas Petazzoni [this message]
2013-12-15 12:50       ` Peter Korsgaard
2013-12-11 20:26 ` [Buildroot] [PATCHv2 02/36] python-bottle: convert to the " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 03/36] python-crc16: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 04/36] python-dpkt: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 05/36] python-id3: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 06/36] python-ipy: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 07/36] python-m2crypto: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 08/36] python-mad: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 09/36] python-meld3: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 10/36] python-nfc: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 11/36] python-protobuf: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 12/36] python-pygame: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 13/36] python-pyparsing: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 14/36] python-pyro: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 15/36] python-pyzmq: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 16/36] python-serial: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 17/36] python-setuptools: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 18/36] scons: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 19/36] python-netifaces: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 20/36] supervisor: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 21/36] python-distutilscross: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 22/36] python-thrift: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 23/36] python-dialog: " Thomas Petazzoni
2013-12-11 20:26 ` [Buildroot] [PATCHv2 24/36] python-pyusb: new package Thomas Petazzoni
2013-12-11 20:27 ` [Buildroot] [PATCHv2 25/36] python-msgpack: " Thomas Petazzoni
2013-12-11 20:27 ` [Buildroot] [PATCHv2 26/36] python-configobj: " Thomas Petazzoni
2013-12-11 20:27 ` [Buildroot] [PATCHv2 27/36] python-versiontools: " Thomas Petazzoni
2013-12-11 20:27 ` [Buildroot] [PATCHv2 28/36] python-keyring: " Thomas Petazzoni
2013-12-11 20:27 ` [Buildroot] [PATCHv2 29/36] python-simplejson: " Thomas Petazzoni
2013-12-11 20:27 ` [Buildroot] [PATCHv2 30/36] python-json-schema-validator: " Thomas Petazzoni
2013-12-15 13:00   ` Peter Korsgaard
2013-12-11 20:27 ` [Buildroot] [PATCHv2 31/36] python-tornado: " Thomas Petazzoni
2013-12-11 20:27 ` [Buildroot] [PATCHv2 32/36] python-pyasn: " Thomas Petazzoni
2013-12-15 12:52   ` Peter Korsgaard
2013-12-11 20:27 ` [Buildroot] [PATCHv2 33/36] python-pycrypto: " Thomas Petazzoni
2013-12-11 20:27 ` [Buildroot] [PATCHv2 34/36] python-pysnmp: " Thomas Petazzoni
2013-12-11 20:27 ` [Buildroot] [PATCHv2 35/36] python-pysnmp-apps: " Thomas Petazzoni
2013-12-15 12:51   ` Peter Korsgaard
2013-12-11 20:27 ` [Buildroot] [PATCHv2 36/36] python-pysnmp-mibs: " Thomas Petazzoni
2013-12-15 13:06 ` [Buildroot] [PATCHv2 00/36] Python package infrastructure Peter Korsgaard

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=20131212083535.3dcca6c2@skate \
    --to=thomas.petazzoni@free-electrons.com \
    --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