To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] lua: upgrading to 5.5.1 FAILED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260804050100/all/lua/0001-lua-upgrade-5.5.0-5.5.1.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260804050100/all/lua/bitbake-output-qemux86-64.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *lua* to *5.5.1* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-lua-upgrade-5.5.0-5.5.1.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 1b8e3bf22575de59c000a3165479e680f0042344 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 4 Aug 2026 05:42:02 +0000 Subject: [PATCH] lua: upgrade 5.5.0 -> 5.5.1 --- .../lua/{lua_5.5.0.bb => lua_5.5.1.bb} | 29 +++++++++++++++++-- 1 file changed, 27 insertions(+), 2 deletions(-) rename meta/recipes-devtools/lua/{lua_5.5.0.bb => lua_5.5.1.bb} (71%) diff --git a/meta/recipes-devtools/lua/lua_5.5.0.bb b/meta/recipes-devtools/lua/lua_5.5.1.bb similarity index 71% rename from meta/recipes-devtools/lua/lua_5.5.0.bb rename to meta/recipes-devtools/lua/lua_5.5.1.bb index 905dd01001..6932095426 100644 --- a/meta/recipes-devtools/lua/lua_5.5.0.bb +++ b/meta/recipes-devtools/lua/lua_5.5.1.bb @@ -1,7 +1,32 @@ +# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. +# The following is the difference between the old and the new license text. +# Please update the LICENSE value if needed, and summarize the changes in +# the commit message via 'License-Update:' tag. +# (example: 'License-Update: copyright years updated.') +# +# The changes: +# +# --- doc/readme.html +# +++ doc/readme.html +# @@ -1,4 +1,5 @@ +# -Copyright © 1994–2025 Lua.org, PUC-Rio. +# +
+# +Copyright © 1994–2026 Lua.org, PUC-Rio. +# +#

+# Permission is hereby granted, free of charge, to any person obtaining a copy +# @@ -19,4 +20,3 @@ +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +# -THE SOFTWARE. +# +# + SUMMARY = "Lua is a powerful light-weight programming language designed \ for extending applications." LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=299;endline=320;md5=0e573c143cb6491b41cf02cfbcb8c267" +LIC_FILES_CHKSUM = "file://doc/readme.html;beginline=299;endline=320;md5=c3c162d21db328baa0fc31baece7c9d5" HOMEPAGE = "http://www.lua.org/" SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz;name=tarballsrc \ @@ -12,7 +37,7 @@ SRC_URI = "http://www.lua.org/ftp/lua-${PV}.tar.gz;name=tarballsrc \ # if no test suite matches PV release of Lua exactly, download the suite for the closest Lua release. PV_testsuites = "${PV}" -SRC_URI[tarballsrc.sha256sum] = "57ccc32bbbd005cab75bcc52444052535af691789dba2b9016d5c50640d68b3d" +SRC_URI[tarballsrc.sha256sum] = "1c4b4068d67061f2a2231ad2b5422e77acea1487ea9890f6320af614f4373dce" SRC_URI[tarballtest.sha256sum] = "5e47bbfad7db2965d69580e918ee64edeb8d8d32de404b8dae9ce5c6d76a1472" inherit pkgconfig binconfig ptest -- 2.47.1