initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
# Locally calculated
sha256 3caf6729c1073bf96629b57cee31eeb54f4f8129b01902c73428836550b30a3f nasm-2.15.05.tar.xz
sha256 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0 LICENSE
+15
View File
@@ -0,0 +1,15 @@
################################################################################
#
# nasm
#
################################################################################
NASM_VERSION = 2.15.05
NASM_SOURCE = nasm-$(NASM_VERSION).tar.xz
NASM_SITE = https://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION)
NASM_LICENSE = BSD-2-Clause
NASM_LICENSE_FILES = LICENSE
NASM_CPE_ID_VENDOR = nasm
NASM_CPE_ID_PRODUCT = netwide_assembler
$(eval $(host-autotools-package))