mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
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 = \
|
SYSTEMD_DEPENDENCIES = \
|
||||||
$(if $(BR2_PACKAGE_BASH_COMPLETION),bash-completion) \
|
$(if $(BR2_PACKAGE_BASH_COMPLETION),bash-completion) \
|
||||||
host-gperf \
|
host-gperf \
|
||||||
host-intltool \
|
|
||||||
kmod \
|
kmod \
|
||||||
libcap \
|
libcap \
|
||||||
util-linux
|
util-linux \
|
||||||
|
$(TARGET_NLS_DEPENDENCIES)
|
||||||
|
|
||||||
SYSTEMD_PROVIDES = udev
|
SYSTEMD_PROVIDES = udev
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user