Import buildroot 2016.02.01
This commit is contained in:
2
firmware/buildroot/package/bison/bison.hash
Normal file
2
firmware/buildroot/package/bison/bison.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated after checking pgp signature
|
||||
sha256 a72428c7917bdf9fa93cb8181c971b6e22834125848cf1d03ce10b1bb0716fe1 bison-3.0.4.tar.xz
|
||||
14
firmware/buildroot/package/bison/bison.mk
Normal file
14
firmware/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 = GPLv3+
|
||||
BISON_LICENSE_FILES = COPYING
|
||||
HOST_BISON_DEPENDENCIES = host-m4
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user