package/collectd: needs host-bison
Since 5.9.1 the file src/liboconfig/parser.c is missing from the tar download file, triggering the need for host-bison. Fixes [1]: configure: error: bison is missing and you do not have ./src/liboconfig/parser.c. Please install bison [1] http://autobuild.buildroot.net/results/4e6f3e5fd0e64f166ae4f7db4832b37ae1fa99e0 Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
9a978d4239
commit
b993e3295f
@ -143,7 +143,10 @@ COLLECTD_CONF_OPTS += \
|
||||
$(if $(BR2_PACKAGE_COLLECTD_WRITETSDB),--enable-write_tsdb,--disable-write_tsdb) \
|
||||
$(if $(BR2_PACKAGE_COLLECTD_ZOOKEEPER),--enable-zookeeper,--disable-zookeeper)
|
||||
|
||||
# since 5.9.1 the file src/liboconfig/parser.c is missing from the tar
|
||||
# download file, triggering the need for host-bison
|
||||
COLLECTD_DEPENDENCIES = \
|
||||
host-bison \
|
||||
host-pkgconf \
|
||||
$(if $(BR2_PACKAGE_COLLECTD_AMQP),rabbitmq-c) \
|
||||
$(if $(BR2_PACKAGE_COLLECTD_APACHE),libcurl) \
|
||||
|
Loading…
Reference in New Issue
Block a user