[Buildroot] [PATCH v3 0/2] Add gettext-tiny package

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Mar 10 09:11:26 UTC 2019


Hello Vadim,

On Sun, 10 Mar 2019 02:20:05 +0200
Vadim Kochan <vadim4j at gmail.com> wrote:

> Many thanks for your feedback! Using the gnu gettext's tar is really better
> idea! Regarding ecryptfs-utils - yes, I think the patch might be really easy,
> something like this:
> 
> ...
> function trans {
>     if command -v gettext &> /dev/null; then
>         gettext @
>     else
>         echo @
>     fi
> }
> ...
> 
> and replace gettext -> trans in scripts.

Sounds good! Will you work on this ?

So, we agree that for the target gettext, only gettext-gnu will be a
provider when BR2_SYSTEM_ENABLE_NLS=y. When BR2_SYSTEM_ENABLE_NLS is
disabled, we don't have any target gettext package. Correct ? If so,
then I'll rework my branch to take this into account.

Thanks,

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



More information about the buildroot mailing list