mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
package/lua-messagepack: add support of Lua 5.4
We need to use lua-MessagePack-lua53 for both Lua 5.3 and Lua 5.4. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
b5ea243b56
commit
7c0fd3cd64
@ -6,7 +6,7 @@
|
||||
|
||||
LUA_MESSAGEPACK_VERSION_UPSTREAM = 0.5.2
|
||||
LUA_MESSAGEPACK_VERSION = $(LUA_MESSAGEPACK_VERSION_UPSTREAM)-1
|
||||
ifeq ($(BR2_PACKAGE_LUA_5_3),y)
|
||||
ifeq ($(BR2_PACKAGE_LUA_5_3)$(BR2_PACKAGE_LUA_5_4),y)
|
||||
LUA_MESSAGEPACK_NAME_UPSTREAM = lua-MessagePack-lua53
|
||||
else
|
||||
LUA_MESSAGEPACK_NAME_UPSTREAM = lua-MessagePack
|
||||
|
Loading…
Reference in New Issue
Block a user