ff28afdcc3
Also separate the fields in the hash file by two spaces. Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
18 lines
515 B
Makefile
18 lines
515 B
Makefile
################################################################################
|
|
#
|
|
# bison
|
|
#
|
|
################################################################################
|
|
|
|
BISON_VERSION = 3.6.4
|
|
BISON_SOURCE = bison-$(BISON_VERSION).tar.xz
|
|
BISON_SITE = $(BR2_GNU_MIRROR)/bison
|
|
BISON_LICENSE = GPL-3.0+
|
|
BISON_LICENSE_FILES = COPYING
|
|
# parallel build issue in examples/c/reccalc/
|
|
BISON_MAKE = $(MAKE1)
|
|
HOST_BISON_DEPENDENCIES = host-m4
|
|
HOST_BISON_CONF_OPTS = --enable-relocatable
|
|
|
|
$(eval $(host-autotools-package))
|