summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorSergio Prado <sergio.prado@e-labworks.com>2018-01-23 20:37:59 -0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2018-01-29 22:07:54 +0100
commitc683d37cdcd920497cbd15cc7fadac756b641a04 (patch)
tree6dd9c9b5deadf709c311138919a52336a3145bbf /package
parent118056059b7c0bc02f8a66ac7793acdc867540de (diff)
downloadbuildroot-c683d37cdcd920497cbd15cc7fadac756b641a04.tar.gz
buildroot-c683d37cdcd920497cbd15cc7fadac756b641a04.zip
daq: add necessary dependencies on host-flex and host-bison
daq depends on flex and bison to be configured. Fixes: http://autobuild.buildroot.net/results/43da4ae3b7fc26e6712d369d4d030954d0d85149 http://autobuild.buildroot.net/results/0fc2bcf9da758f427adf2fddca8ad1dace6a080e http://autobuild.buildroot.net/results/7411ac4ae5bef71b78c69b680de2b72f389ad2ee ... and many more. Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r--package/daq/daq.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/daq/daq.mk b/package/daq/daq.mk
index a1edc20d2a..a23a9dc5ee 100644
--- a/package/daq/daq.mk
+++ b/package/daq/daq.mk
@@ -9,6 +9,7 @@ DAQ_SITE = https://www.snort.org/downloads/snort
DAQ_LICENSE = GPL-2.0
DAQ_LICENSE_FILES = COPYING
DAQ_INSTALL_STAGING = YES
+DAQ_DEPENDENCIES = host-bison host-flex
# package does not build in parallel due to improper make rules
# related to the generation of the tokdefs.h header file
OpenPOWER on IntegriCloud