Skip to content

luafilesystem: upgrade to 1.8.0 to support lua 5.4 shipped with kirkstone

Created by: skycaptain

Yocto 4.0 (Kirkstone) ships Lua 5.4.4. An upgrade of luafilesystem is required to fix the following compiler error: src/lfs.c:232:2: error: #error unsupported Lua version. 1.8.0 seems to be latest release. Previously, the SRCREV did not point to a release tag, also PV seemed wrong. I fixed both by setting SRCREV to the commit of version 1.8.0 and adjusting PV accordingly.

Merge request reports