fwts: needs host-bison and host-flex
authorErico Nunes <nunes.erico@gmail.com>
Thu, 13 Oct 2016 18:27:46 +0000 (20:27 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 14 Oct 2016 07:32:29 +0000 (09:32 +0200)
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>
package/fwts/fwts.mk

index c63e2c5f163b08be75ddeb6fbb5232ed7a45d6f9..7ec1d5ed31d6745c91bf68bbe2b5a77df9479305 100644 (file)
@@ -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))