All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vadim Kochan <vadim4j@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 3/3] package/gettext-tiny: Add new package
Date: Sun, 13 Jan 2019 21:50:47 +0200	[thread overview]
Message-ID: <20190113195047.v5e75zb6hx42u3cf@vkochan-ThinkPad-T470p> (raw)
In-Reply-To: <20190105200046.31512-4-vadim4j@gmail.com>

Hi All,

> +comment "gettext requires NLS enabled"
> +	depends on !BR2_SYSTEM_ENABLE_NLS
> +
>  config BR2_PACKAGE_PROVIDES_HOST_GETTEXT
>  	string
> -	default "host-gettext-gnu"
> -
> -endif
> +	default "host-gettext-gnu" if BR2_SYSTEM_ENABLE_NLS
> +	default "host-gettext-tiny" if !BR2_SYSTEM_ENABLE_NLS

I really think that for a while it is better to make allow select host-gettext-tiny
optionally, because there might be issues with some packages. After it
will be stable it is safe to select it automatically if !BR2_SYSTEM_ENABLE_NLS.

Regards,
Vadim Kochan

  reply	other threads:[~2019-01-13 19:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-05 20:00 [Buildroot] [PATCH v2 0/3] Add gettext-tiny package Vadim Kochan
2019-01-05 20:00 ` [Buildroot] [PATCH v2 1/3] package/wine: Add gettext dependency for host-wine only with NLS enabled Vadim Kochan
2019-02-06 13:12   ` Thomas Petazzoni
2019-01-05 20:00 ` [Buildroot] [PATCH v2 2/3] package/gettext: Turn into virtual package Vadim Kochan
2019-01-05 20:00 ` [Buildroot] [PATCH v2 3/3] package/gettext-tiny: Add new package Vadim Kochan
2019-01-13 19:50   ` Vadim Kochan [this message]
2019-01-30 12:03 ` [Buildroot] [PATCH v2 0/3] Add gettext-tiny package Vadym Kochan

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=20190113195047.v5e75zb6hx42u3cf@vkochan-ThinkPad-T470p \
    --to=vadim4j@gmail.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.