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_UTF8PROC
bool "utf8proc"
help
A clean C library for processing UTF-8 Unicode data.
https://juliastrings.github.io/utf8proc
+3
View File
@@ -0,0 +1,3 @@
# Locally calculated
sha256 4c06a9dc4017e8a2438ef80ee371d45868bda2237a98b26554de7a95406b283b utf8proc-2.6.1.tar.gz
sha256 fbc720fcc90fb44396985646f67e4d19be03e0c0539f7138ed9dc6efba49dc49 LICENSE.md
+14
View File
@@ -0,0 +1,14 @@
################################################################################
#
# utf8proc
#
################################################################################
UTF8PROC_VERSION = 2.6.1
UTF8PROC_SITE = $(call github,JuliaStrings,utf8proc,v$(UTF8PROC_VERSION))
UTF8PROC_LICENSE = MIT
UTF8PROC_LICENSE_FILES = LICENSE.md
UTF8PROC_INSTALL_STAGING = YES
UTF8PROC_SUPPORTS_IN_SOURCE_BUILD = NO
$(eval $(cmake-package))