package/openocd: drop non-existing libhid support

This was added by commit aa441aa84c (openocd: bump to version 0.8.0) ~10
years ago, but openocd 0.8.0 (or any later version) does not contain any
libhid support, so drop it.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Peter Korsgaard
2024-11-25 09:37:19 +01:00
committed by Julien Olivain
parent 45d74a3fe1
commit d0a21056da

View File

@@ -55,7 +55,6 @@ OPENOCD_DEPENDENCIES = \
$(if $(BR2_PACKAGE_LIBFTDI1),libftdi1) \
$(if $(BR2_PACKAGE_LIBUSB),libusb) \
$(if $(BR2_PACKAGE_LIBUSB_COMPAT),libusb-compat) \
$(if $(BR2_PACKAGE_LIBHID),libhid) \
$(if $(BR2_PACKAGE_HIDAPI),hidapi)
ifeq ($(BR2_PACKAGE_LIBGPIOD),y)