Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] daq: fix build when flex and bison are not available
@ 2018-01-23 22:37 Sergio Prado
  2018-01-29 21:15 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Sergio Prado @ 2018-01-23 22:37 UTC (permalink / raw)
  To: buildroot

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>
---
 package/daq/daq.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/daq/daq.mk b/package/daq/daq.mk
index a1edc20d2a1a..a23a9dc5ee47 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
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] daq: fix build when flex and bison are not available
  2018-01-23 22:37 [Buildroot] [PATCH] daq: fix build when flex and bison are not available Sergio Prado
@ 2018-01-29 21:15 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2018-01-29 21:15 UTC (permalink / raw)
  To: buildroot

Hello,

On Tue, 23 Jan 2018 20:37:59 -0200, Sergio Prado wrote:
> 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>
> ---
>  package/daq/daq.mk | 1 +
>  1 file changed, 1 insertion(+)

Applied to master, after tweaking the commit title. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-29 21:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-23 22:37 [Buildroot] [PATCH] daq: fix build when flex and bison are not available Sergio Prado
2018-01-29 21:15 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox