[Buildroot] [PATCH 5/5] gettext: convert to autotools-package

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Jul 23 07:26:43 UTC 2012


Le Mon, 23 Jul 2012 05:44:28 +0200,
Samuel Martin <s.martin49 at 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



More information about the buildroot mailing list