update buildroot to 2017.02.11
This commit is contained in:
8
bsp/buildroot-2017.02.11/package/luaexpatutils/Config.in
Normal file
8
bsp/buildroot-2017.02.11/package/luaexpatutils/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_LUAEXPATUTILS
|
||||
bool "luaexpatutils"
|
||||
select BR2_PACKAGE_LUAEXPAT
|
||||
help
|
||||
lxp.doc is a module that provides useful features for working with
|
||||
XML formats in LOM format as used by the LuaExpat project from Kepler.
|
||||
|
||||
https://github.com/stevedonovan/LuaExpatUtils
|
||||
@@ -0,0 +1,2 @@
|
||||
# Locally calculated
|
||||
sha256 9b50bef94a6ddb6e6d4fffd5392f5c53d15e1a048966b559c4f8eda5e84d4517 luaexpatutils-88c228365b084224c911d34aff06002634b38b50.tar.gz
|
||||
@@ -0,0 +1,17 @@
|
||||
################################################################################
|
||||
#
|
||||
# luaexpatutils
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUAEXPATUTILS_VERSION = 88c228365b084224c911d34aff06002634b38b50
|
||||
LUAEXPATUTILS_SITE = $(call github,stevedonovan,LuaExpatUtils,$(LUAEXPATUTILS_VERSION))
|
||||
LUAEXPATUTILS_LICENSE = Public Domain
|
||||
LUAEXPATUTILS_DEPENDENCIES = luaexpat
|
||||
|
||||
define LUAEXPATUTILS_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -m 0644 -D $(@D)/lua/doc.lua \
|
||||
$(TARGET_DIR)/usr/share/lua/$(LUAINTERPRETER_ABIVER)/lxp/doc.lua
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
Reference in New Issue
Block a user