mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
e6392aed4c
commit
cfb07e4e24
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user