initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
config BR2_PACKAGE_HOST_ASN1C
|
||||
bool "host asn1c"
|
||||
help
|
||||
ASN.1 stands for Abstract Syntax Notation One and allows
|
||||
to describe complex data structures independently of any
|
||||
particular programming language.
|
||||
|
||||
The asn1c is a free, open source compiler of ASN.1
|
||||
specifications into C source code.
|
||||
|
||||
http://lionet.info/asn1c
|
||||
@@ -0,0 +1,5 @@
|
||||
# Locally computed:
|
||||
sha256 8007440b647ef2dd9fb73d931c33ac11764e6afb2437dbe638bb4e5fc82386b9 asn1c-0.9.28.tar.gz
|
||||
|
||||
# Hash for license files:
|
||||
sha256 bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b LICENSE
|
||||
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# asn1c
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ASN1C_VERSION = 0.9.28
|
||||
ASN1C_SITE = https://github.com/vlm/asn1c/releases/download/v$(ASN1C_VERSION)
|
||||
ASN1C_LICENSE = BSD-2-Clause
|
||||
ASN1C_LICENSE_FILES = LICENSE
|
||||
ASN1C_CPE_ID_VENDOR = asn1c_project
|
||||
|
||||
$(eval $(host-autotools-package))
|
||||
Reference in New Issue
Block a user