summaryrefslogtreecommitdiff
path: root/package/luaexpatutils
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2014-04-04 21:15:06 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-04-04 23:29:36 +0200
commit7dcbaa1a08723059d9bd045fc500f19a3e0ad3d8 (patch)
tree5cbb746542d7ed045bf0aa4fc7462d91d27cb154 /package/luaexpatutils
parentf90760fe0ed7317510bc6f44c5508e2072ed217d (diff)
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>
Diffstat (limited to 'package/luaexpatutils')
-rw-r--r--package/luaexpatutils/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/luaexpatutils/Config.in b/package/luaexpatutils/Config.in
index 333f98dc3..cb2887aca 100644
--- a/package/luaexpatutils/Config.in
+++ b/package/luaexpatutils/Config.in
@@ -1,12 +1,8 @@
config BR2_PACKAGE_LUAEXPATUTILS
bool "luaexpatutils"
select BR2_PACKAGE_LUAEXPAT
- depends on !BR2_PACKAGE_LUA_5_2
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
-
-comment "luaexpatutils needs a Lua 5.1 interpreter"
- depends on BR2_PACKAGE_LUA_5_2