Add buildroot 2018-02
This commit is contained in:
4
buildroot/package/bison/bison.hash
Normal file
4
buildroot/package/bison/bison.hash
Normal file
@@ -0,0 +1,4 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 a72428c7917bdf9fa93cb8181c971b6e22834125848cf1d03ce10b1bb0716fe1 bison-3.0.4.tar.xz
|
||||
# License files, locally calculated
|
||||
sha256 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903 COPYING
|
||||
14
buildroot/package/bison/bison.mk
Normal file
14
buildroot/package/bison/bison.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# bison
|
||||
#
|
||||
################################################################################
|
||||
|
||||
BISON_VERSION = 3.0.4
|
||||
BISON_SOURCE = bison-$(BISON_VERSION).tar.xz
|
||||
BISON_SITE = $(BR2_GNU_MIRROR)/bison
|
||||
BISON_LICENSE = GPL-3.0+
|
||||
BISON_LICENSE_FILES = COPYING
|
||||
HOST_BISON_DEPENDENCIES = host-m4
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user