package/ola: fix host build
host-bison and host-flex are mandatory dependencies of host-ola since
the reintroduction of the package in commit
16ff948444
:
configure: error: bison not found, please install it
Fixes:
- http://autobuild.buildroot.org/results/ac089629a58d55ec5d1aa83fd77bd487bc9d76de
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
parent
b5f82a4a5a
commit
b38d3d2271
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user