From b38d3d22718270610639c9078476ac31ceeaa34d Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Tue, 22 Mar 2022 00:04:52 +0100 Subject: [PATCH] package/ola: fix host build host-bison and host-flex are mandatory dependencies of host-ola since the reintroduction of the package in commit 16ff948444c3978d63f483344a3d92d994c64312: configure: error: bison not found, please install it Fixes: - http://autobuild.buildroot.org/results/ac089629a58d55ec5d1aa83fd77bd487bc9d76de Signed-off-by: Fabrice Fontaine Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/ola/ola.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ola/ola.mk b/package/ola/ola.mk index 1b55ca440a..1fd6d6a592 100644 --- a/package/ola/ola.mk +++ b/package/ola/ola.mk @@ -26,7 +26,7 @@ OLA_CONF_OPTS = \ --disable-unittests \ --with-ola-protoc-plugin=$(HOST_DIR)/usr/bin/ola_protoc_plugin -HOST_OLA_DEPENDENCIES = host-util-linux host-protobuf +HOST_OLA_DEPENDENCIES = host-util-linux host-protobuf host-bison host-flex # When building the host part, disable as much as possible to speed up # the configure step and avoid missing host dependencies.