mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
package/luaposix: bump to version 34.1.1
the module std.normalize is no longer a dependency Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
2174355059
commit
0b32cd888e
@ -1,6 +1,5 @@
|
|||||||
config BR2_PACKAGE_LUAPOSIX
|
config BR2_PACKAGE_LUAPOSIX
|
||||||
bool "luaposix"
|
bool "luaposix"
|
||||||
select BR2_PACKAGE_LUA_STD_NORMALIZE # runtime
|
|
||||||
# "bit32" is included in Lua 5.2+. luajit has an equivalent
|
# "bit32" is included in Lua 5.2+. luajit has an equivalent
|
||||||
# "bit" module, but since it has a different name, luaposix
|
# "bit" module, but since it has a different name, luaposix
|
||||||
# doesn't find it.
|
# doesn't find it.
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
# Locally calculated
|
# Locally calculated
|
||||||
sha256 b0f8bdfe4b43b6d79b8f3e8ef5b158de889e5dde046618a33335a38d2b5b90f9 luaposix-34.1.tar.gz
|
sha256 7948f4ac8b953172e928753632e37ad97cc3014df74b524fe7839f71216a7e90 luaposix-34.1.1.tar.gz
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
LUAPOSIX_VERSION = 34.1
|
LUAPOSIX_VERSION = 34.1.1
|
||||||
LUAPOSIX_SITE = $(call github,luaposix,luaposix,v$(LUAPOSIX_VERSION))
|
LUAPOSIX_SITE = $(call github,luaposix,luaposix,v$(LUAPOSIX_VERSION))
|
||||||
LUAPOSIX_LICENSE = MIT
|
LUAPOSIX_LICENSE = MIT
|
||||||
LUAPOSIX_LICENSE_FILES = LICENSE
|
LUAPOSIX_LICENSE_FILES = LICENSE
|
||||||
|
@ -39,6 +39,7 @@ class TestLuaLuaPosix(TestLuaBase):
|
|||||||
self.module_test("posix.time")
|
self.module_test("posix.time")
|
||||||
self.module_test("posix.unistd")
|
self.module_test("posix.unistd")
|
||||||
self.module_test("posix.utime")
|
self.module_test("posix.utime")
|
||||||
|
self.module_test("posix")
|
||||||
|
|
||||||
|
|
||||||
class TestLuajitLuaPosix(TestLuaBase):
|
class TestLuajitLuaPosix(TestLuaBase):
|
||||||
@ -79,3 +80,4 @@ class TestLuajitLuaPosix(TestLuaBase):
|
|||||||
self.module_test("posix.time")
|
self.module_test("posix.time")
|
||||||
self.module_test("posix.unistd")
|
self.module_test("posix.unistd")
|
||||||
self.module_test("posix.utime")
|
self.module_test("posix.utime")
|
||||||
|
self.module_test("posix")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user