]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libftdi: add explicit dependencies for host variant
authorJulien Floret <julien.floret@6wind.com>
Sat, 2 Jul 2016 22:20:51 +0000 (00:20 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 3 Jul 2016 07:11:27 +0000 (09:11 +0200)
This patch also removes an incorrect dependency between host-libftdi and
host-boost when BR2_PACKAGE_LIBTFDI_CPP is set.

Signed-off-by: Julien Floret <julien.floret@6wind.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libftdi/libftdi.mk

index 28f20e354731f5caf69c1ef0a8ba6fd089c245ba..2364c4625f2e3955360703d789f8314b60eb323a 100644 (file)
@@ -7,6 +7,7 @@
 LIBFTDI_VERSION = 0.20
 LIBFTDI_SITE = http://www.intra2net.com/en/developer/libftdi/download
 LIBFTDI_DEPENDENCIES = libusb-compat libusb
+HOST_LIBFTDI_DEPENDENCIES = host-libusb-compat host-libusb
 LIBFTDI_INSTALL_STAGING = YES
 LIBFTDI_CONFIG_SCRIPTS = libftdi-config
 LIBFTDI_AUTORECONF = YES