mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
fetchmail: 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>
This commit is contained in:
parent
cdc194883f
commit
39ec557f2d
@ -24,12 +24,8 @@ FETCHMAIL_CONF_OPTS = \
|
|||||||
|
|
||||||
FETCHMAIL_DEPENDENCIES = \
|
FETCHMAIL_DEPENDENCIES = \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
openssl
|
openssl \
|
||||||
|
$(TARGET_NLS_DEPENDENCIES)
|
||||||
# libintl is an optional dependency
|
|
||||||
ifeq ($(BR2_PACKAGE_GETTEXT),y)
|
|
||||||
FETCHMAIL_DEPENDENCIES += gettext
|
|
||||||
endif
|
|
||||||
|
|
||||||
# fetchmailconf.py script is not (yet) python3-compliant.
|
# fetchmailconf.py script is not (yet) python3-compliant.
|
||||||
# Prevent the pyc-compilation with python-3 from failing by removing this
|
# Prevent the pyc-compilation with python-3 from failing by removing this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user