All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] package/sphinxbase: add missing dependency on host-bison
@ 2016-07-05 16:04 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2016-07-05 16:04 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=01f5b511cbbc787c1235a11e10669c2fed05ef76
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes:

  http://autobuild.buildroot.net/results/741f04fce74b4dfc4d4405d14c82c21f67cbfff1/

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/sphinxbase/sphinxbase.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/sphinxbase/sphinxbase.mk b/package/sphinxbase/sphinxbase.mk
index a8f9a53..5c87c89 100644
--- a/package/sphinxbase/sphinxbase.mk
+++ b/package/sphinxbase/sphinxbase.mk
@@ -11,6 +11,9 @@ SPHINXBASE_LICENSE = BSD-2c
 # 5prealpha tarballs". The license is contained in the copyright notice at the
 # top of each source file. For example:
 SPHINXBASE_LICENSE_FILES = src/libsphinxbase/util/bio.c
+
+SPHINXBASE_DEPENDENCIES = host-bison
+
 SPHINXBASE_CONF_OPTS = --without-python --without-lapack
 
 $(eval $(autotools-package))

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-05 16:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-05 16:04 [Buildroot] [git commit] package/sphinxbase: add missing dependency on host-bison Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.