mcrypt: 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 - dropping BR2_PACKAGE_GETTEXT selection Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
10e1d2b3e5
commit
1fe1b63726
@ -3,7 +3,6 @@ config BR2_PACKAGE_MCRYPT
|
||||
depends on BR2_USE_MMU # fork()
|
||||
select BR2_PACKAGE_LIBMCRYPT
|
||||
select BR2_PACKAGE_LIBMHASH
|
||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
||||
help
|
||||
MCrypt is a replacement for the old crypt() package and crypt(1)
|
||||
command, with extensions.
|
||||
|
@ -9,7 +9,7 @@ MCRYPT_SITE = http://downloads.sourceforge.net/project/mcrypt/MCrypt/$(MCRYPT_VE
|
||||
MCRYPT_DEPENDENCIES = libmcrypt libmhash \
|
||||
$(if $(BR2_PACKAGE_ZLIB),zlib) \
|
||||
$(if $(BR2_PACKAGE_LIBICONV),libiconv) \
|
||||
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
|
||||
$(TARGET_NLS_DEPENDENCIES)
|
||||
MCRYPT_CONF_OPTS = --with-libmcrypt-prefix=$(STAGING_DIR)/usr
|
||||
MCRYPT_LICENSE = GPL-3.0
|
||||
MCRYPT_LICENSE_FILES = COPYING
|
||||
|
Loading…
Reference in New Issue
Block a user