avrdude: add missing dependencies on host-flex and host-bison
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 29 Dec 2013 10:59:39 +0000 (11:59 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 29 Dec 2013 10:59:39 +0000 (11:59 +0100)
Fixes:

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/avrdude/avrdude.mk

index 338d61c390bba0c921e58434b96c99769c3bada7..33e010dcb188d137ab5b6aa7146854a593729b0f 100644 (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