package/systemd: drop host-intltool dependency
intltool is not needed since version 236 andc81217920e
9e8f3893e3
So drop it and replace it by TARGET_NLS_DEPENDENCIES Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
620c98a214
commit
dfcd5b9ff9
@ -12,10 +12,10 @@ SYSTEMD_INSTALL_STAGING = YES
|
||||
SYSTEMD_DEPENDENCIES = \
|
||||
$(if $(BR2_PACKAGE_BASH_COMPLETION),bash-completion) \
|
||||
host-gperf \
|
||||
host-intltool \
|
||||
kmod \
|
||||
libcap \
|
||||
util-linux
|
||||
util-linux \
|
||||
$(TARGET_NLS_DEPENDENCIES)
|
||||
|
||||
SYSTEMD_PROVIDES = udev
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user