[Buildroot] [git commit] fwts: needs host-bison and host-flex

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Fri Oct 14 07:32:29 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=64ace94d4ab30aad2d8dcae61abd2beebe00b226
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
 package/fwts/fwts.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/fwts/fwts.mk b/package/fwts/fwts.mk
index c63e2c5..7ec1d5e 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))


More information about the buildroot mailing list