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] [PATCH 0/24 v3] ejabberd: XMPP server (branch yem/ejabberd)
Date: Sat, 22 Nov 2014 21:19:47 +0100	[thread overview]
Message-ID: <20141122211947.2d556071@free-electrons.com> (raw)
In-Reply-To: <cover.1415751395.git.yann.morin.1998@free.fr>

Yann, Johan,

On Wed, 12 Nov 2014 01:26:05 +0100, Yann E. MORIN wrote:

> ----------------------------------------------------------------
> Johan Oudinet (14):
>       package/pkg-rebar: new infrastructure
>       erlang-goldrush: new package.
>       erlang-lager: new package.
>       erlang-p1-zlib: new package.
>       erlang-p1-yaml: new package.
>       erlang-p1-xml: new package.
>       erlang-p1-utils: new package.
>       erlang-p1-tls: new package.
>       erlang-p1-stun: new package.
>       erlang-p1-stringprep: new package.
>       erlang-p1-sip: new package.
>       erlang-p1-iconv: new package.
>       erlang-p1-cache-tab: new package.
>       ejabberd: new package.
> 
> Yann E. MORIN (10):
>       pkg-autotools: move common macros
>       pkg-autotools: re-order cleaning up the host dependencies
>       pkg-autotools: commonalise the libtool patching code
>       pkg-autotools: move the libtool patching call out of the autoreconf hook
>       pkg-autotools: remove redundant shell conditional
>       pkg-autotools: fold the libtool patching code directly into the hook
>       pkg-autotools: only apply libtool patch at the right moment

I've applied all the pkg-autotools patches of this series. As discussed
on IRC, I've changed back the authorship of patches 1, 3, 4 to Johan,
who is actually the author of those patches.

I haven't yet looked at the rest of the series, but at least it's 7
less patches for you to carry in your branch.

Best regards,

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

  parent reply	other threads:[~2014-11-22 20:19 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-12  0:26 [Buildroot] [PATCH 0/24 v3] ejabberd: XMPP server (branch yem/ejabberd) Yann E. MORIN
2014-11-12  0:25 ` [Buildroot] [PATCH 01/24 v3] pkg-autotools: move common macros Yann E. MORIN
2014-11-12  0:25 ` [Buildroot] [PATCH 02/24 v3] pkg-autotools: re-order cleaning up the host dependencies Yann E. MORIN
2014-11-12  0:25 ` [Buildroot] [PATCH 03/24 v3] pkg-autotools: commonalise the libtool patching code Yann E. MORIN
2014-11-12  0:25 ` [Buildroot] [PATCH 04/24 v3] pkg-autotools: move the libtool patching call out of the autoreconf hook Yann E. MORIN
2014-11-12  0:25 ` [Buildroot] [PATCH 05/24 v3] pkg-autotools: remove redundant shell conditional Yann E. MORIN
2014-11-12  0:25 ` [Buildroot] [PATCH 06/24 v3] pkg-autotools: fold the libtool patching code directly into the hook Yann E. MORIN
2014-11-12  0:25 ` [Buildroot] [PATCH 07/24 v3] pkg-autotools: only apply libtool patch at the right moment Yann E. MORIN
2014-11-12  0:25 ` [Buildroot] [PATCH 08/24 v3] package/erlang: export EI_VSN so other packages can use it Yann E. MORIN
2014-11-12  0:25 ` [Buildroot] [PATCH 09/24 v3] package/erlang-rebar: new host package Yann E. MORIN
2014-11-12  0:25 ` [Buildroot] [PATCH 10/24 v3] package/pkg-rebar: new infrastructure Yann E. MORIN
2014-11-12  0:25 ` [Buildroot] [PATCH 11/24 v3] docs/manual: add documentation for the pkg-rebar infrastructure Yann E. MORIN
2014-11-12  0:25 ` [Buildroot] [PATCH 12/24 v3] erlang-goldrush: new package Yann E. MORIN
2014-11-12  0:25 ` [Buildroot] [PATCH 13/24 v3] erlang-lager: " Yann E. MORIN
2014-11-12  0:26 ` [Buildroot] [PATCH 14/24 v3] erlang-p1-zlib: " Yann E. MORIN
2014-11-12  0:26 ` [Buildroot] [PATCH 15/24 v3] erlang-p1-yaml: " Yann E. MORIN
2014-11-12  0:26 ` [Buildroot] [PATCH 16/24 v3] erlang-p1-xml: " Yann E. MORIN
2014-11-12  0:26 ` [Buildroot] [PATCH 17/24 v3] erlang-p1-utils: " Yann E. MORIN
2014-11-12  0:26 ` [Buildroot] [PATCH 18/24 v3] erlang-p1-tls: " Yann E. MORIN
2014-11-12  0:26 ` [Buildroot] [PATCH 19/24 v3] erlang-p1-stun: " Yann E. MORIN
2014-11-12  0:26 ` [Buildroot] [PATCH 20/24 v3] erlang-p1-stringprep: " Yann E. MORIN
2014-11-12  0:26 ` [Buildroot] [PATCH 21/24 v3] erlang-p1-sip: " Yann E. MORIN
2014-11-12  0:26 ` [Buildroot] [PATCH 22/24 v3] erlang-p1-iconv: " Yann E. MORIN
2014-11-12  0:26 ` [Buildroot] [PATCH 23/24 v3] erlang-p1-cache-tab: " Yann E. MORIN
2014-11-12  0:26 ` [Buildroot] [PATCH 24/24 v3] ejabberd: " Yann E. MORIN
2014-11-22 20:19 ` Thomas Petazzoni [this message]
2014-12-08 16:33   ` [Buildroot] [PATCH 0/24 v3] ejabberd: XMPP server (branch yem/ejabberd) Johan Oudinet
2014-12-08 16:52     ` Thomas Petazzoni
2014-12-08 17:25     ` Yann E. MORIN

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=20141122211947.2d556071@free-electrons.com \
    --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