[Buildroot] [git commit] openocd: fix libftdi dependency if _FT2XXX option is selected

Peter Korsgaard jacmet at sunsite.dk
Thu Feb 2 20:05:47 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=2b81a500f923a97e7a27c5c50466c23438fd5527
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 package/openocd/openocd.mk |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/package/openocd/openocd.mk b/package/openocd/openocd.mk
index d79b33b..a12ba6c 100644
--- a/package/openocd/openocd.mk
+++ b/package/openocd/openocd.mk
@@ -19,6 +19,7 @@ OPENOCD_DEPENDENCIES = libusb-compat
 # Adapters
 ifeq ($(BR2_PACKAGE_OPENOCD_FT2XXX),y)
 OPENOCD_CONF_OPT += --enable-ft2232_libftdi
+OPENOCD_DEPENDENCIES += libftdi
 endif
 
 ifeq ($(BR2_PACKAGE_OPENOCD_JLINK),y)


More information about the buildroot mailing list