All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/12] Rework the gettext handling
@ 2012-09-02 15:43 Yann E. MORIN
  2012-09-02 15:43 ` [Buildroot] [PATCH 01/12] gettext: remove option to build statically Yann E. MORIN
                   ` (11 more replies)
  0 siblings, 12 replies; 21+ messages in thread
From: Yann E. MORIN @ 2012-09-02 15:43 UTC (permalink / raw)
  To: buildroot

Hello All!

This patch series is an aggregation of the gettext rework by Maxime, Thomas,
and I.

See this post for the 6 first patches:
http://lists.busybox.net/pipermail/buildroot/2012-July/055871.html

    [PATCH 01/12] gettext: remove option to build statically
    [PATCH 02/12] gettext: remove the gettext-target make target, unused
    [PATCH 03/12] gettext: remove libintl handling
    [PATCH 04/12] Remove all references to libintl
    [PATCH 05/12] gettext: convert to autotools-package
    [PATCH 06/12] doc: update after gettext changes

The following 2 patches fix two packages in preparation for the end of the
series:

    [PATCH 07/12] package/lshw: add missing dependency on gettext
    [PATCH 08/12] package/pulseaudio: fix build-dependency on gettext

See this post for an explanation for the next 4 patches:
http://lists.busybox.net/pipermail/buildroot/2012-August/058042.html

    [PATCH 09/12] toolchain/common: rename BR2_NEEDS_GETTEXT
    [PATCH 10/12] pkg-infra: ensure gettext gets built before all other packages
    [PATCH 11/12] toolchain/common: introduce blind options BR2_NEEDS_GETTEXT{,_IF_LOCALE}
    [PATCH 12/12] packages: use the new gettext mechanism

The complete series has been build-tested with all packages touched by the
series. Except for gmpc, which fails to build because it does not link with
-lm (thus has missing symbol floor(3) with my uClibc-based toolchain), all
other packages were built OK.

Regards,
Yann E. MORIN.

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

end of thread, other threads:[~2012-09-03 18:02 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-02 15:43 [Buildroot] [PATCH 0/12] Rework the gettext handling Yann E. MORIN
2012-09-02 15:43 ` [Buildroot] [PATCH 01/12] gettext: remove option to build statically Yann E. MORIN
2012-09-03  9:01   ` Arnout Vandecappelle
2012-09-03  9:21     ` Yann E. MORIN
2012-09-03 18:02     ` Yann E. MORIN
2012-09-02 15:43 ` [Buildroot] [PATCH 02/12] gettext: remove the gettext-target make target, unused Yann E. MORIN
2012-09-02 15:43 ` [Buildroot] [PATCH 03/12] gettext: remove libintl handling Yann E. MORIN
2012-09-02 15:43 ` [Buildroot] [PATCH 04/12] Remove all references to libintl Yann E. MORIN
2012-09-02 15:43 ` [Buildroot] [PATCH 05/12] gettext: convert to autotools-package Yann E. MORIN
2012-09-02 15:43 ` [Buildroot] [PATCH 06/12] doc: update after gettext changes Yann E. MORIN
2012-09-02 15:43 ` [Buildroot] [PATCH 07/12] package/lshw: add missing dependency on gettext Yann E. MORIN
2012-09-02 15:43 ` [Buildroot] [PATCH 08/12] package/pulseaudio: fix build-dependency " Yann E. MORIN
2012-09-02 15:43 ` [Buildroot] [PATCH 09/12] toolchain/common: rename BR2_NEEDS_GETTEXT Yann E. MORIN
2012-09-02 15:43 ` [Buildroot] [PATCH 10/12] pkg-infra: ensure gettext gets built before all other packages Yann E. MORIN
2012-09-02 20:30   ` Arnout Vandecappelle
2012-09-02 21:05     ` Yann E. MORIN
2012-09-03  7:48       ` Arnout Vandecappelle
2012-09-03  9:09     ` Thomas Petazzoni
2012-09-03  9:38       ` Arnout Vandecappelle
2012-09-02 15:43 ` [Buildroot] [PATCH 11/12] toolchain/common: introduce blind options BR2_NEEDS_GETTEXT{, _IF_LOCALE} Yann E. MORIN
2012-09-02 15:43 ` [Buildroot] [PATCH 12/12] packages: use the new gettext mechanism Yann E. MORIN

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.