From patchwork Thu Jan 1 11:37:51 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 77868 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0FD58EED618 for ; Thu, 1 Jan 2026 11:38:00 +0000 (UTC) Received: from a27-30.smtp-out.us-west-2.amazonses.com (a27-30.smtp-out.us-west-2.amazonses.com [54.240.27.30]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.102968.1767267472155256245 for ; Thu, 01 Jan 2026 03:37:52 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=uFi2efT+; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=rlOPRQy+; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101019b79598fb7-b2b0495a-30fb-4c78-b86d-de59fe0d2f37-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1767267471; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=nlPqzEbcP9blPo1xcgVSj2Pt64eXn8h6cj0WAsEt0LY=; b=uFi2efT+yR7hWziHBSW5dlOSyn1226LdggTJQM+inwlBBlQtv78cZJ/Cy5UVxqqB bbhAyKKR2VqY9Rp6JirqIddVYbmML06uAuFqCcp69IIHVi0ShZD+8V6e3/JD2NkJr5V nm+AlcQRwAbLwO0dzzv0CYIhpIMzaaPcSmRyFcU4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1767267471; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=nlPqzEbcP9blPo1xcgVSj2Pt64eXn8h6cj0WAsEt0LY=; b=rlOPRQy+Q+UMLCZf+RE6epL8RsbAkegU4ADVSGXVESXekpA8h8M13cvvuIVqI+mI rA+ByjGS0YRwvEeK7GE8bctnNwUrFtzbpCpIam+EfWYpV3+m/JCj8vjDoDKUdxfDXxX yBB6bNcbB7V/s5IDNzxZxotZhJFGbiCPh7CezlaY= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] lua: upgrading to 5.5.0 FAILED Message-ID: <0101019b79598fb7-b2b0495a-30fb-4c78-b86d-de59fe0d2f37-000000@us-west-2.amazonses.com> Date: Thu, 1 Jan 2026 11:37:51 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.01.01-54.240.27.30 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Thu, 01 Jan 2026 11:38:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/228767 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *lua* to *5.5.0* has Failed(do_compile). Detailed error information: do_compile failed Next steps: - apply the patch: git am 0001-lua-upgrade-5.4.8-5.5.0.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 716d0174213317766e33e91e42a99cddf68f7153 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 1 Jan 2026 06:53:18 +0000 Subject: [PATCH] lua: upgrade 5.4.8 -> 5.5.0 --- .../lua/{lua_5.4.8.bb => lua_5.5.0.bb} | 37 ++++++++++++++++++- 1 file changed, 35 insertions(+), 2 deletions(-) rename meta/recipes-devtools/lua/{lua_5.4.8.bb => lua_5.5.0.bb} (63%) diff --git a/meta/recipes-devtools/lua/lua_5.4.8.bb b/meta/recipes-devtools/lua/lua_5.5.0.bb similarity index 63% rename from meta/recipes-devtools/lua/lua_5.4.8.bb rename to meta/recipes-devtools/lua/lua_5.5.0.bb index 1d37cddeb8..3b23b1d4ad 100644 --- a/meta/recipes-devtools/lua/lua_5.4.8.bb +++ b/meta/recipes-devtools/lua/lua_5.5.0.bb @@ -1,7 +1,40 @@ +# 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,9 +1,3 @@ +# -Copyright © 1994–2025 Lua.org, PUC-Rio. +# - +# -

+# -Permission is hereby granted, free of charge, to any person obtaining a copy +# -of this software and associated documentation files (the "Software"), to deal +# -in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# @@ -20,3 +14,9 @@ +# 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. +# + +# +

+# + +# +