mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-15 21:59:27 +00:00
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
15 lines
432 B
Makefile
15 lines
432 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|