mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
luaposix: Use lua 5.4
OE-core has lua version 5.4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -10,7 +10,7 @@ SRC_URI = "git://github.com/luaposix/luaposix.git;branch=release \
|
||||
"
|
||||
SRCREV = "8e4902ed81c922ed8f76a7ed85be1eaa3fd7e66d"
|
||||
S = "${WORKDIR}/git"
|
||||
LUA_VERSION = "5.3"
|
||||
LUA_VERSION = "5.4"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user