initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
# Locally calculated after checking pgp signature from
|
||||
# http://mirror.keystealth.org/gnu/bison/bison-3.8.2.tar.xz.sig
|
||||
sha256 9bba0214ccf7f1079c5d59210045227bcf619519840ebfa80cd3849cff5a5bf2 bison-3.8.2.tar.xz
|
||||
# License files, locally calculated
|
||||
sha256 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986 COPYING
|
||||
@@ -0,0 +1,19 @@
|
||||
################################################################################
|
||||
#
|
||||
# bison
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BISON_VERSION = 3.8.2
|
||||
BISON_SOURCE = bison-$(BISON_VERSION).tar.xz
|
||||
BISON_SITE = $(BR2_GNU_MIRROR)/bison
|
||||
BISON_LICENSE = GPL-3.0+
|
||||
BISON_LICENSE_FILES = COPYING
|
||||
BISON_CPE_ID_VENDOR = gnu
|
||||
# parallel build issue in examples/c/reccalc/
|
||||
BISON_MAKE = $(MAKE1)
|
||||
HOST_BISON_DEPENDENCIES = host-m4
|
||||
HOST_BISON_CONF_OPTS = --enable-relocatable
|
||||
HOST_BISON_CONF_ENV = ac_cv_libtextstyle=no
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user