diff options
| author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-12-29 11:59:39 +0100 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-12-29 11:59:39 +0100 |
| commit | 4e09f869a0ae1695a4a061936912e7c651ea8510 (patch) | |
| tree | 86e593788e592c9dcb3a8280cce4b69b5b14b58b /package/avrdude | |
| parent | 161e8fa58e4f2bd66b4bacec962b417500293906 (diff) | |
| download | buildroot-4e09f869a0ae1695a4a061936912e7c651ea8510.tar.gz buildroot-4e09f869a0ae1695a4a061936912e7c651ea8510.zip | |
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>
Diffstat (limited to 'package/avrdude')
| -rw-r--r-- | 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 338d61c390..33e010dcb1 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 |

