[isar-cip-core][PATCH v3 2/3] swupdate-handler-roundrobin: Remove adding additional lua version paths
[email protected] Wed, 22 Jul 2026 20:27:54 +0530
| Newsgroups | org.cip-project.lists.cip-dev |
|---|---|
| Message-ID | <[email protected]> |
From: Shivanand Kunijadar <[email protected]> The additional lua version paths were required to support multiple debian versions, now we have declared a debian version specific lua version paths. This variable is not needed now, so remove it. Signed-off-by: Shivanand Kunijadar <[email protected]> --- .../swupdate-handler-roundrobin_0.1.bb | 8 -------- 1 file changed, 8 deletions(-) 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 f991483..6e923e4 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 @@ -32,14 +32,6 @@ SWUPDATE_LUA_VERSION:bookworm = "5.3" SWUPDATE_LUA_VERSION:bullseye = "5.3" SWUPDATE_LUA_VERSION:buster = "5.3" -SWUPDATE_ADDITIONAL_LUA_VERSIONS ??= "5.3" - -do_prepare_build:append() { - for lua_version in ${SWUPDATE_ADDITIONAL_LUA_VERSIONS}; do - echo "usr/share/lua/${SWUPDATE_LUA_VERSION} usr/share/lua/$lua_version" >> ${WORKDIR}/${PN}-${PV}/debian/${PN}.links - done -} - do_install[cleandirs] = "${D}/etc \ ${D}/usr/share/lua/${SWUPDATE_LUA_VERSION}" do_install() { -- 2.39.5