mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-12-26 05:08:21 +00:00
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
15 lines
500 B
Makefile
15 lines
500 B
Makefile
################################################################################
|
|
#
|
|
# lua-compat53
|
|
#
|
|
################################################################################
|
|
|
|
LUA_COMPAT53_VERSION_UPSTREAM = 0.7
|
|
LUA_COMPAT53_VERSION = $(LUA_COMPAT53_VERSION_UPSTREAM)-1
|
|
LUA_COMPAT53_NAME_UPSTREAM = compat53
|
|
LUA_COMPAT53_SUBDIR = lua-compat-5.3-$(LUA_COMPAT53_VERSION_UPSTREAM)
|
|
LUA_COMPAT53_LICENSE = MIT
|
|
LUA_COMPAT53_LICENSE_FILES = $(LUA_COMPAT53_SUBDIR)/LICENSE
|
|
|
|
$(eval $(luarocks-package))
|