From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 5/5] gettext: convert to autotools-package
Date: Mon, 23 Jul 2012 09:26:43 +0200 [thread overview]
Message-ID: <20120723092643.2b64e2bd@skate> (raw)
In-Reply-To: <CAHXCMMLsfSjtf2Cfx=kQHqEgKR8h5Yc_QHRUcy9+bdVnKLVwaA@mail.gmail.com>
Le Mon, 23 Jul 2012 05:44:28 +0200,
Samuel Martin <s.martin49@gmail.com> a ?crit :
> > ifeq ($(BR2_ENABLE_LOCALE)\
> > $(BR2_TOOLCHAIN_BUILDROOT)$(BR2_TOOLCHAIN_CTNG_uClibc)\
> > $(BR2_TOOLCHAIN_EXTERNAL_UCLIBC)$(BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC),yy)
> Just realize that this statement can be simplify like that:
> ifeq ($(BR2_ENABLE_LOCALE)$(BR2_NEEDS_GETTEXT),yy)
Yes, I will think about this in more details.
> In this case, maybe BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC should
> trigger BR2_NEEDS_GETTEXT too?
No, because BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC already selects
BR2_TOOLCHAIN_EXTERNAL_UCLIBC. Basically BR2_TOOLCHAIN_EXTERNAL_UCLIBC
is an hidden bool which is selected either by the external toolchain
profiles (when they are uClibc based) and by the
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_UCLIBC choice.
Best regards,
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2012-07-23 7:26 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-19 21:20 [Buildroot] [pull request] Pull request for branch gettext-rework Thomas Petazzoni
2012-07-19 21:21 ` [Buildroot] [PATCH 1/5] gettext: remove option to build statically Thomas Petazzoni
2012-07-19 21:21 ` [Buildroot] [PATCH 2/5] gettext: remove the gettext-target make target, unused Thomas Petazzoni
2012-07-19 21:21 ` [Buildroot] [PATCH 3/5] gettext: remove libintl handling Thomas Petazzoni
2012-09-01 22:54 ` Yann E. MORIN
2012-07-19 21:21 ` [Buildroot] [PATCH 4/5] Remove all references to libintl Thomas Petazzoni
2012-07-19 21:21 ` [Buildroot] [PATCH 5/5] gettext: convert to autotools-package Thomas Petazzoni
2012-07-22 19:59 ` Samuel Martin
2012-07-23 3:44 ` Samuel Martin
2012-07-23 7:26 ` Thomas Petazzoni [this message]
2012-09-01 22:57 ` [Buildroot] [pull request] Pull request for branch gettext-rework 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=20120723092643.2b64e2bd@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 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.