[Buildroot] [PATCH 031/100] git: use the new gettext logic

Arnout Vandecappelle arnout at mind.be
Tue Jul 4 21:59:27 UTC 2017



On 04-07-17 16:48, Thomas Petazzoni wrote:
> This commit switches to use the new gettext logic, which involves
> using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies
> on gettext/host-gettext.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
> ---
>  package/git/git.mk | 6 +-----
>  1 file changed, 1 insertion(+), 5 deletions(-)
> 
> diff --git a/package/git/git.mk b/package/git/git.mk
> index 9cc88dd..23ace0f 100644
> --- a/package/git/git.mk
> +++ b/package/git/git.mk
> @@ -9,11 +9,7 @@ GIT_SOURCE = git-$(GIT_VERSION).tar.xz
>  GIT_SITE = https://www.kernel.org/pub/software/scm/git
>  GIT_LICENSE = GPL-2.0, LGPL-2.1+
>  GIT_LICENSE_FILES = COPYING LGPL-2.1
> -GIT_DEPENDENCIES = zlib host-gettext

 You dropped the host-gettext dependency, was that intentional?

 Regards,
 Arnout

> -
> -ifeq ($(BR2_PACKAGE_GETTEXT),y)
> -GIT_DEPENDENCIES += gettext
> -endif
> +GIT_DEPENDENCIES = zlib $(TARGET_NLS_DEPENDENCIES)
>  
>  ifeq ($(BR2_PACKAGE_OPENSSL),y)
>  GIT_DEPENDENCIES += openssl
> 

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF



More information about the buildroot mailing list