From: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 00/10] Clean up improper dependencies on gettext without LOCALE
Date: Sun, 14 Oct 2012 23:09:06 +0200 [thread overview]
Message-ID: <20121014210734.17845.64519.stgit@localhost> (raw)
This is a resend of a series that cleans up redundant dependencies on
gettext, in packages that select gettext when LOCALE is not enabled.
The first 7 patches really remove the gettext dependency. The last three
are in fact a NOP, because libglib2 selects gettext unconditionally.
I have kept the NEEDS_GETTEXT_IF_LOCALE dependency for these packages,
because they do have i18n code and do require libintl. But the
dependency adds nothing, because libglib2 does the same already.
There are no changes compared to the first send, except for patch 7
which received a comment from Thomas Petazzoni.
Regards,
Arnout
---
Arnout Vandecappelle (Essensium/Mind) (10):
diffutils: only needs gettext if locale is selected
flex: only needs gettext if locale is selected
ndisc6: only needs gettext if locale is selected
util-linux: only needs gettext if locale is selected
lshw: fix build with no LOCALE support
avahi: remove double dependency on gettext
pulseaudio: remove dependency on gettext
gdk-pixbuf: remove dependency on gettext
glib-networking: remove redundant dependency on gettext
libsoup: remove redundant dependency on gettext
package/avahi/avahi.mk | 5 +----
package/diffutils/Config.in | 1 +
package/diffutils/diffutils.mk | 3 +--
package/flex/Config.in | 1 +
package/flex/flex.mk | 3 +--
package/gdk-pixbuf/Config.in | 1 -
package/gdk-pixbuf/gdk-pixbuf.mk | 1 -
package/glib-networking/Config.in | 2 +-
package/libsoup/Config.in | 2 +-
package/lshw/Config.in | 2 +-
package/lshw/lshw.mk | 12 +++++++++---
package/multimedia/pulseaudio/Config.in | 1 -
package/multimedia/pulseaudio/pulseaudio.mk | 1 -
package/ndisc6/Config.in | 1 +
package/ndisc6/ndisc6.mk | 2 +-
package/util-linux/Config.in | 1 +
package/util-linux/util-linux.mk | 2 +-
17 files changed, 21 insertions(+), 20 deletions(-)
next reply other threads:[~2012-10-14 21:09 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-14 21:09 Arnout Vandecappelle [this message]
2012-10-14 21:09 ` [Buildroot] [PATCH 01/10] diffutils: only needs gettext if locale is selected Arnout Vandecappelle
2012-10-14 21:25 ` Yann E. MORIN
2012-10-14 21:09 ` [Buildroot] [PATCH 02/10] flex: " Arnout Vandecappelle
2012-10-14 21:25 ` Yann E. MORIN
2012-10-14 21:10 ` [Buildroot] [PATCH 03/10] ndisc6: " Arnout Vandecappelle
2012-10-14 21:26 ` Yann E. MORIN
2012-10-14 21:10 ` [Buildroot] [PATCH 04/10] util-linux: " Arnout Vandecappelle
2012-10-14 21:26 ` Yann E. MORIN
2012-10-14 21:10 ` [Buildroot] [PATCH 05/10] lshw: fix build with no LOCALE support Arnout Vandecappelle
2012-10-14 21:10 ` [Buildroot] [PATCH 06/10] avahi: remove double dependency on gettext Arnout Vandecappelle
2012-10-14 21:27 ` Yann E. MORIN
2012-10-14 21:10 ` [Buildroot] [PATCH 07/10] pulseaudio: remove " Arnout Vandecappelle
2012-10-15 9:45 ` Samuel Martin
2012-10-14 21:11 ` [Buildroot] [PATCH 08/10] gdk-pixbuf: " Arnout Vandecappelle
2012-10-14 21:11 ` [Buildroot] [PATCH 09/10] glib-networking: remove redundant " Arnout Vandecappelle
2012-10-14 21:21 ` Yann E. MORIN
2012-11-01 13:48 ` Arnout Vandecappelle
2012-11-01 14:02 ` Arnout Vandecappelle
2012-10-14 21:11 ` [Buildroot] [PATCH 10/10] libsoup: " Arnout Vandecappelle
2012-10-14 21:24 ` Yann E. MORIN
2012-11-01 14:26 ` Arnout Vandecappelle
-- strict thread matches above, loose matches on Subject: below --
2012-09-21 0:53 [Buildroot] [PATCH 00/10] Clean up improper dependencies on gettext without LOCALE Arnout Vandecappelle
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=20121014210734.17845.64519.stgit@localhost \
--to=arnout@mind.be \
--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