From: Maxime Hadjinlian Date: Tue, 5 Jul 2016 15:51:54 +0000 (+0200) Subject: package/sphinxbase: add missing dependency on host-bison X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=01f5b511cbbc787c1235a11e10669c2fed05ef76;p=buildroot.git package/sphinxbase: add missing dependency on host-bison Fixes: http://autobuild.buildroot.net/results/741f04fce74b4dfc4d4405d14c82c21f67cbfff1/ Signed-off-by: Maxime Hadjinlian Signed-off-by: Thomas Petazzoni --- diff --git a/package/sphinxbase/sphinxbase.mk b/package/sphinxbase/sphinxbase.mk index a8f9a539f2..5c87c89a43 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))