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
453 B
Makefile
15 lines
453 B
Makefile
################################################################################
|
|
#
|
|
# lua-http
|
|
#
|
|
################################################################################
|
|
|
|
LUA_HTTP_VERSION_UPSTREAM = 0.4
|
|
LUA_HTTP_VERSION = $(LUA_HTTP_VERSION_UPSTREAM)-0
|
|
LUA_HTTP_NAME_UPSTREAM = http
|
|
LUA_HTTP_SUBDIR = lua-http-$(LUA_HTTP_VERSION_UPSTREAM)
|
|
LUA_HTTP_LICENSE = MIT
|
|
LUA_HTTP_LICENSE_FILES = $(LUA_HTTP_SUBDIR)/LICENSE.md
|
|
|
|
$(eval $(luarocks-package))
|