diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-04 12:31:20 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-07-05 01:28:44 +0200 |
| commit | 8acb2cb3913aac0e2b5360188b898f2a6a36ff62 (patch) | |
| tree | fef45ee7de24cd5342b9086f293f8a1f6d77a217 /package/libgpg-error | |
| parent | 00bb3db576cfae3b3352ccde14c193ccb96c292e (diff) | |
| download | buildroot-8acb2cb3913aac0e2b5360188b898f2a6a36ff62.tar.gz buildroot-8acb2cb3913aac0e2b5360188b898f2a6a36ff62.zip | |
libgpg-error: use the new gettext logic
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@free-electrons.com>
Diffstat (limited to 'package/libgpg-error')
| -rw-r--r-- | package/libgpg-error/libgpg-error.mk | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package/libgpg-error/libgpg-error.mk b/package/libgpg-error/libgpg-error.mk index 183654b7f9..2140258c6e 100644 --- a/package/libgpg-error/libgpg-error.mk +++ b/package/libgpg-error/libgpg-error.mk @@ -10,10 +10,7 @@ LIBGPG_ERROR_LICENSE = GPL-2.0+, LGPL-2.1+ LIBGPG_ERROR_LICENSE_FILES = COPYING COPYING.LIB LIBGPG_ERROR_INSTALL_STAGING = YES LIBGPG_ERROR_CONFIG_SCRIPTS = gpg-error-config - -ifeq ($(BR2_PACKAGE_GETTEXT),y) -LIBGPG_ERROR_DEPENDENCIES += gettext -endif +LIBGPG_ERROR_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES) define LIBGPG_ERROR_FIX_CROSS_COMPILATION cd $(@D)/src/syscfg && \ |

