[Buildroot] [git commit] avrdude: add missing dependencies on host-flex and host-bison

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Dec 29 10:59:39 UTC 2013


commit: http://git.buildroot.net/buildroot/commit/?id=4e09f869a0ae1695a4a061936912e7c651ea8510
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:

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

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/avrdude/avrdude.mk |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/package/avrdude/avrdude.mk b/package/avrdude/avrdude.mk
index 338d61c..33e010d 100644
--- a/package/avrdude/avrdude.mk
+++ b/package/avrdude/avrdude.mk
@@ -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


More information about the buildroot mailing list