package/opkg-utils: drop host-diffutils dependency

diffutils is now a host system dependency, so there is no need for
opkg-utils to depend on host-diffutils.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit f7403e4d35)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas Petazzoni 2022-07-26 23:58:09 +02:00 committed by Peter Korsgaard
parent 049500e07d
commit 242d743689

View File

@ -12,7 +12,6 @@ OPKG_UTILS_LICENSE_FILES = COPYING
HOST_OPKG_UTILS_DEPENDENCIES = \
$(BR2_PYTHON3_HOST_DEPENDENCY) \
host-diffutils \
host-lz4 \
host-xz