From patchwork Fri Jan 16 01:25:45 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: 78866 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 D0DD1D48986 for ; Fri, 16 Jan 2026 01:25:52 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.1425.1768526740192686188 for ; Thu, 15 Jan 2026 17:25:46 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=1by3TOTl; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=AfB5/9EO; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101019bc46890f1-0207e83b-b697-433d-9d9d-66a74eda45db-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=1768526745; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=JHSgyyVYNd8qH27E5neHmoy0VfjrV2sSZnyNqSL/wHU=; b=1by3TOTlJIWeK35uFCi7kqnCAjIqXrsYWg+XieR4m65lnI8GOs+TVcxiw/dV+Qmb 1yaTF0HlxRdsaMG8icFWLklu7I1MUgH/MST/fWpyX6lb/WmoXux5LlH13SrC1ZE9UnL ud+oBgX5dRyKCbv5dZBGL377N0Js3N+ADr/wakww= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1768526745; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=JHSgyyVYNd8qH27E5neHmoy0VfjrV2sSZnyNqSL/wHU=; b=AfB5/9EOjGa8UpeCZjpaHbnkdZco7ji4I/P0WvCTCfXDqAaNOEt5Srg/4sLNouzj pOeVqkWqsovMxK/6xqCMyDTZM+vll4prXE7pfRepjwPMYXD7wl+nQSSb7ncSq4q+mNU 7ce+quecs4PMqVGFDSs2gmkUVSDmcZg8yGuTmdio= 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: <0101019bc46890f1-0207e83b-b697-433d-9d9d-66a74eda45db-000000@us-west-2.amazonses.com> Date: Fri, 16 Jan 2026 01:25:45 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.01.16-54.240.27.192 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 ; Fri, 16 Jan 2026 01:25:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/229456 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 886cf98c0b5bba1bb46d575b1cafe349045cf6eb Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Thu, 15 Jan 2026 20:32:32 +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. +# + +# +

+# + +# +