package/nbd: needs host-bison
host-bison is mandatory to avoid the following build failure since bump to version 3.24 in commitbf2e459bb9
andcd099ee7d0
: configure: error: bison is required Fixes: - http://autobuild.buildroot.org/results/05872813c9e9b9f39f960fa9a33ad82dc124c808 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
0af793816d
commit
a8290f99a7
@ -8,7 +8,7 @@ NBD_VERSION = 3.24
|
||||
NBD_SOURCE = nbd-$(NBD_VERSION).tar.xz
|
||||
NBD_SITE = http://downloads.sourceforge.net/project/nbd/nbd/$(NBD_VERSION)
|
||||
NBD_CONF_OPTS = --enable-lfs
|
||||
NBD_DEPENDENCIES = host-pkgconf libglib2
|
||||
NBD_DEPENDENCIES = host-bison host-pkgconf libglib2
|
||||
NBD_LICENSE = GPL-2.0
|
||||
NBD_LICENSE_FILES = COPYING
|
||||
NBD_CPE_ID_VENDOR = network_block_device_project
|
||||
|
Loading…
Reference in New Issue
Block a user