mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
package/openocd: depends on libftdi1 instead of libftdi
Note that, if both libftdi and libftdi1 are available, openocd will prefer libftdi1, so does Buildroot. ;-) Signed-off-by: Samuel Martin <s.martin49@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
772dbcd797
commit
9bdf592654
@ -121,7 +121,7 @@ config BR2_PACKAGE_OPENOCD_PARPORT
|
|||||||
|
|
||||||
config BR2_PACKAGE_OPENOCD_FT2XXX
|
config BR2_PACKAGE_OPENOCD_FT2XXX
|
||||||
bool "FT2232 based devices (DEPRECATED)"
|
bool "FT2232 based devices (DEPRECATED)"
|
||||||
select BR2_PACKAGE_LIBFTDI
|
select BR2_PACKAGE_LIBFTDI1
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libftdi -> libusb
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libftdi -> libusb
|
||||||
depends on BR2_ARCH_HAS_ATOMICS
|
depends on BR2_ARCH_HAS_ATOMICS
|
||||||
help
|
help
|
||||||
@ -135,7 +135,7 @@ config BR2_PACKAGE_OPENOCD_VPI
|
|||||||
|
|
||||||
config BR2_PACKAGE_OPENOCD_UBLASTER
|
config BR2_PACKAGE_OPENOCD_UBLASTER
|
||||||
bool "Altera USB-Blaster"
|
bool "Altera USB-Blaster"
|
||||||
select BR2_PACKAGE_LIBFTDI
|
select BR2_PACKAGE_LIBFTDI1
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libftdi -> libusb
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libftdi -> libusb
|
||||||
depends on BR2_ARCH_HAS_ATOMICS
|
depends on BR2_ARCH_HAS_ATOMICS
|
||||||
help
|
help
|
||||||
@ -176,7 +176,7 @@ config BR2_PACKAGE_OPENOCD_GW16012
|
|||||||
|
|
||||||
config BR2_PACKAGE_OPENOCD_PRESTO
|
config BR2_PACKAGE_OPENOCD_PRESTO
|
||||||
bool "ASIX Presto Programmer"
|
bool "ASIX Presto Programmer"
|
||||||
select BR2_PACKAGE_LIBFTDI
|
select BR2_PACKAGE_LIBFTDI1
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libftdi -> libusb
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libftdi -> libusb
|
||||||
depends on BR2_ARCH_HAS_ATOMICS
|
depends on BR2_ARCH_HAS_ATOMICS
|
||||||
help
|
help
|
||||||
@ -185,7 +185,7 @@ config BR2_PACKAGE_OPENOCD_PRESTO
|
|||||||
|
|
||||||
config BR2_PACKAGE_OPENOCD_OPENJTAG
|
config BR2_PACKAGE_OPENOCD_OPENJTAG
|
||||||
bool "OpenJTAG Programmer"
|
bool "OpenJTAG Programmer"
|
||||||
select BR2_PACKAGE_LIBFTDI
|
select BR2_PACKAGE_LIBFTDI1
|
||||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libftdi -> libusb
|
depends on BR2_TOOLCHAIN_HAS_THREADS # libftdi -> libusb
|
||||||
depends on BR2_ARCH_HAS_ATOMICS
|
depends on BR2_ARCH_HAS_ATOMICS
|
||||||
help
|
help
|
||||||
|
@ -23,7 +23,7 @@ OPENOCD_CONF_OPTS = \
|
|||||||
# the dependencies they need.
|
# the dependencies they need.
|
||||||
|
|
||||||
OPENOCD_DEPENDENCIES = \
|
OPENOCD_DEPENDENCIES = \
|
||||||
$(if $(BR2_PACKAGE_LIBFTDI),libftdi) \
|
$(if $(BR2_PACKAGE_LIBFTDI1),libftdi1) \
|
||||||
$(if $(BR2_PACKAGE_LIBUSB),libusb) \
|
$(if $(BR2_PACKAGE_LIBUSB),libusb) \
|
||||||
$(if $(BR2_PACKAGE_LIBUSB_COMPAT),libusb-compat) \
|
$(if $(BR2_PACKAGE_LIBUSB_COMPAT),libusb-compat) \
|
||||||
$(if $(BR2_PACKAGE_LIBHID),libhid)
|
$(if $(BR2_PACKAGE_LIBHID),libhid)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user