Update buildroot 2020.02.01 (#622)
* Update buildroot 2020.02.01 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix LN * Fix wpa Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix lint Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix-network Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix script Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
6
buildroot/package/utf8proc/Config.in
Normal file
6
buildroot/package/utf8proc/Config.in
Normal 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
buildroot/package/utf8proc/utf8proc.hash
Normal file
3
buildroot/package/utf8proc/utf8proc.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 b2e5d547c1d94762a6d03a7e05cea46092aab68636460ff8648f1295e2cdfbd7 utf8proc-2.4.0.tar.gz
|
||||
sha256 6acb7a86aca74317c6b4dddc2eadeb53bededb95a94a48c3fcd517f4473a653d LICENSE.md
|
||||
14
buildroot/package/utf8proc/utf8proc.mk
Normal file
14
buildroot/package/utf8proc/utf8proc.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# utf8proc
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UTF8PROC_VERSION = 2.4.0
|
||||
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))
|
||||
Reference in New Issue
Block a user