[isar-cip-core][PATCH v1 1/2] swupdate-handler-roundrobin: Keep Lua version 5.5 for sid
[email protected] Mon, 20 Jul 2026 10:29:02 +0530
| Newsgroups | org.cip-project.lists.cip-dev |
|---|---|
| Message-ID | <[email protected]> |
From: Shivanand Kunijadar <[email protected]> Update the Lua version to 5.5 as the SWUpdate package in sid checks the lua script at /usr/share/lua/5.5/ Signed-off-by: Shivanand Kunijadar <[email protected]> --- .../swupdate-handler-roundrobin_0.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/swupdate-handler-roundrobin/swupdate-handler-roundrobin_0.1.bb b/recipes-core/swupdate-handler-roundrobin/swupdate-handler-roundrobin_0.1.bb index e3cc7f8..3505a35 100644 --- a/recipes-core/swupdate-handler-roundrobin/swupdate-handler-roundrobin_0.1.bb +++ b/recipes-core/swupdate-handler-roundrobin/swupdate-handler-roundrobin_0.1.bb @@ -26,6 +26,7 @@ SRC_URI += "${@('file://' + d.getVar('SWUPDATE_ROUND_ROBIN_HANDLER_CONFIG')) if # The lua version used by swupdate to search for additional handler is hard coded in debian/rules # see https://salsa.debian.org/debian/swupdate/-/blob/6ccd44a8539ebb880bf0dac408d5db5de7e2de99/debian/rules#L13 SWUPDATE_LUA_VERSION ??= "5.4" +SWUPDATE_LUA_VERSION:sid = "5.5" SWUPDATE_ADDITIONAL_LUA_VERSIONS ??= "5.3" do_prepare_build:append() { -- 2.39.5