瀏覽代碼

lua-expat: bump to version 1.3.0

which is now compatible with Lua 5.2

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Francois Perrad 11 年之前
父節點
當前提交
7dcbaa1a08
共有 3 個文件被更改,包括 1 次插入9 次删除
  1. 0 4
      package/luaexpat/Config.in
  2. 1 1
      package/luaexpat/luaexpat.mk
  3. 0 4
      package/luaexpatutils/Config.in

+ 0 - 4
package/luaexpat/Config.in

@@ -2,11 +2,7 @@ config BR2_PACKAGE_LUAEXPAT
 	bool "luaexpat"
 	bool "luaexpat"
 	select BR2_PACKAGE_EXPAT
 	select BR2_PACKAGE_EXPAT
 	depends on BR2_PACKAGE_HAS_LUA_INTERPRETER
 	depends on BR2_PACKAGE_HAS_LUA_INTERPRETER
-	depends on !BR2_PACKAGE_LUA_5_2
 	help
 	help
 	  LuaExpat is a SAX XML parser based on the Expat library.
 	  LuaExpat is a SAX XML parser based on the Expat library.
 
 
 	  http://matthewwild.co.uk/projects/luaexpat/
 	  http://matthewwild.co.uk/projects/luaexpat/
-
-comment "luaexpat needs a Lua 5.1 interpreter"
-	depends on BR2_PACKAGE_LUA_5_2

+ 1 - 1
package/luaexpat/luaexpat.mk

@@ -4,7 +4,7 @@
 #
 #
 ################################################################################
 ################################################################################
 
 
-LUAEXPAT_VERSION = 1.2.0-1
+LUAEXPAT_VERSION = 1.3.0-1
 LUAEXPAT_DEPENDENCIES = expat
 LUAEXPAT_DEPENDENCIES = expat
 LUAEXPAT_LICENSE = MIT
 LUAEXPAT_LICENSE = MIT
 
 

+ 0 - 4
package/luaexpatutils/Config.in

@@ -1,12 +1,8 @@
 config BR2_PACKAGE_LUAEXPATUTILS
 config BR2_PACKAGE_LUAEXPATUTILS
 	bool "luaexpatutils"
 	bool "luaexpatutils"
 	select BR2_PACKAGE_LUAEXPAT
 	select BR2_PACKAGE_LUAEXPAT
-	depends on !BR2_PACKAGE_LUA_5_2
 	help
 	help
 	  lxp.doc is a module that provides useful features for working with
 	  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.
 	  XML formats in LOM format as used by the LuaExpat project from Kepler.
 
 
 	  https://github.com/stevedonovan/LuaExpatUtils
 	  https://github.com/stevedonovan/LuaExpatUtils
-
-comment "luaexpatutils needs a Lua 5.1 interpreter"
-	depends on BR2_PACKAGE_LUA_5_2