summaryrefslogtreecommitdiff
path: root/package/fwts
diff options
context:
space:
mode:
authorErico Nunes <nunes.erico@gmail.com>2016-10-13 20:27:46 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-10-14 09:32:29 +0200
commit64ace94d4ab30aad2d8dcae61abd2beebe00b226 (patch)
tree440d62dbd0af0cb21be919623a6786584ec1ecdf /package/fwts
parent5239108c33374a2b361276f5dcea50a6d09e19d1 (diff)
fwts: needs host-bison and host-flex
Fixes: http://autobuild.buildroot.net/results/2e6bc77e89868d7a9902123ffb602c5b745d4580 Tested in a minimal debian environment, there should be no missing host package dependencies after these. Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/fwts')
-rw-r--r--package/fwts/fwts.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/fwts/fwts.mk b/package/fwts/fwts.mk
index c63e2c5f1..7ec1d5ed3 100644
--- a/package/fwts/fwts.mk
+++ b/package/fwts/fwts.mk
@@ -10,7 +10,7 @@ FWTS_STRIP_COMPONENTS = 0
FWTS_LICENSE = GPLv2, LGPLv2.1, Custom
FWTS_LICENSE_FILES = debian/copyright
FWTS_AUTORECONF = YES
-FWTS_DEPENDENCIES = host-pkgconf json-c libglib2 \
+FWTS_DEPENDENCIES = host-bison host-flex host-pkgconf json-c libglib2 \
$(if $(BR2_PACKAGE_DTC),dtc)
$(eval $(autotools-package))