avrdude: add missing dependencies on host-flex and host-bison

Fixes:

  http://autobuild.buildroot.org/results/374/374608a852e66b89d02bbee1199a8dc9817d3aa0/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Thomas Petazzoni 2013-12-29 11:59:39 +01:00
parent 161e8fa58e
commit 4e09f869a0

View File

@ -12,7 +12,8 @@ AVRDUDE_SUBDIR = avrdude
# Sources coming from git, without generated configure and Makefile.in
# files.
AVRDUDE_AUTORECONF = YES
AVRDUDE_DEPENDENCIES = libelf libusb libusb-compat ncurses
AVRDUDE_DEPENDENCIES = libelf libusb libusb-compat ncurses \
host-flex host-bison
ifeq ($(BR2_PACKAGE_LIBFTDI),y)
AVRDUDE_DEPENDENCIES += libftdi