initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
################################################################################
|
||||
#
|
||||
# luaposix
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUAPOSIX_VERSION = 35.1
|
||||
LUAPOSIX_SITE = $(call github,luaposix,luaposix,v$(LUAPOSIX_VERSION))
|
||||
LUAPOSIX_LICENSE = MIT
|
||||
LUAPOSIX_LICENSE_FILES = LICENSE
|
||||
LUAPOSIX_DEPENDENCIES = luainterpreter host-lua
|
||||
|
||||
define LUAPOSIX_BUILD_CMDS
|
||||
(cd $(@D); \
|
||||
$(LUA_RUN) build-aux/luke \
|
||||
CC="$(TARGET_CC)" \
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
LUA_INCDIR=$(STAGING_DIR)/usr/include \
|
||||
)
|
||||
endef
|
||||
|
||||
define LUAPOSIX_INSTALL_TARGET_CMDS
|
||||
(cd $(@D); \
|
||||
$(LUA_RUN) build-aux/luke install \
|
||||
INST_LIBDIR="$(TARGET_DIR)/usr/lib/lua/$(LUAINTERPRETER_ABIVER)" \
|
||||
INST_LUADIR="$(TARGET_DIR)/usr/share/lua/$(LUAINTERPRETER_ABIVER)" \
|
||||
)
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user