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
+6
View File
@@ -0,0 +1,6 @@
config BR2_PACKAGE_LIBYAML
bool "libyaml"
help
LibYAML is a YAML 1.1 parser and emitter written in C.
http://pyyaml.org/wiki/LibYAML
+3
View File
@@ -0,0 +1,3 @@
# Locally calculated
sha256 c642ae9b75fee120b2d96c712538bd2cf283228d2337df2cf2988e3c02678ef4 yaml-0.2.5.tar.gz
sha256 c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29 License
+16
View File
@@ -0,0 +1,16 @@
################################################################################
#
# libyaml
#
################################################################################
LIBYAML_VERSION = 0.2.5
LIBYAML_SOURCE = yaml-$(LIBYAML_VERSION).tar.gz
LIBYAML_SITE = http://pyyaml.org/download/libyaml
LIBYAML_INSTALL_STAGING = YES
LIBYAML_LICENSE = MIT
LIBYAML_LICENSE_FILES = License
LIBYAML_CPE_ID_VENDOR = pyyaml
$(eval $(autotools-package))
$(eval $(host-autotools-package))