Move buildroot to bsp directory.
This commit is contained in:
9
bsp/buildroot/package/lua-ev/Config.in
Normal file
9
bsp/buildroot/package/lua-ev/Config.in
Normal file
@@ -0,0 +1,9 @@
|
||||
config BR2_PACKAGE_LUA_EV
|
||||
bool "lua-ev"
|
||||
depends on BR2_PACKAGE_HAS_LUAINTERPRETER
|
||||
select BR2_PACKAGE_LIBEV
|
||||
depends on !BR2_bfin # libev
|
||||
help
|
||||
Get access to the libev library from Lua.
|
||||
|
||||
https://github.com/brimworks/lua-ev
|
||||
14
bsp/buildroot/package/lua-ev/lua-ev.mk
Normal file
14
bsp/buildroot/package/lua-ev/lua-ev.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-ev
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_EV_VERSION = v1.4
|
||||
LUA_EV_SITE = $(call github,brimworks,lua-ev,$(LUA_EV_VERSION))
|
||||
LUA_EV_DEPENDENCIES = luainterpreter libev
|
||||
LUA_EV_LICENSE = MIT
|
||||
LUA_EV_LICENSE_FILES = README
|
||||
LUA_EV_CONF_OPTS = -DINSTALL_CMOD="/usr/lib/lua/$(LUAINTERPRETER_ABIVER)"
|
||||
|
||||
$(eval $(cmake-package))
|
||||
Reference in New Issue
Block a user