mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-16 06:09:26 +00:00
* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
15 lines
486 B
Makefile
15 lines
486 B
Makefile
################################################################################
|
|
#
|
|
# lua-stdlib
|
|
#
|
|
################################################################################
|
|
|
|
LUA_STDLIB_VERSION_UPSTREAM = 41.2.2
|
|
LUA_STDLIB_VERSION = $(LUA_STDLIB_VERSION_UPSTREAM)-1
|
|
LUA_STDLIB_NAME_UPSTREAM = stdlib
|
|
LUA_STDLIB_SUBDIR = lua-stdlib-release-v$(LUA_STDLIB_VERSION_UPSTREAM)
|
|
LUA_STDLIB_LICENSE = MIT
|
|
LUA_STDLIB_LICENSE_FILES = $(LUA_STDLIB_SUBDIR)/COPYING
|
|
|
|
$(eval $(luarocks-package))
|