update buildroot to 2017.02.11
This commit is contained in:
2
bsp/buildroot-2017.02.11/package/nasm/nasm.hash
Normal file
2
bsp/buildroot-2017.02.11/package/nasm/nasm.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 4c866b60c0b1c4ebc715205d007b4640ff4e36af637c9a7deb87b2900e544321 nasm-2.12.02.tar.xz
|
||||
13
bsp/buildroot-2017.02.11/package/nasm/nasm.mk
Normal file
13
bsp/buildroot-2017.02.11/package/nasm/nasm.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# nasm
|
||||
#
|
||||
################################################################################
|
||||
|
||||
NASM_VERSION = 2.12.02
|
||||
NASM_SOURCE = nasm-$(NASM_VERSION).tar.xz
|
||||
NASM_SITE = http://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION)
|
||||
NASM_LICENSE = BSD-2c
|
||||
NASM_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user