From patchwork Sat Nov 15 16:39:13 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 74705 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 C42B5CEDD97 for ; Sat, 15 Nov 2025 16:39:17 +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.12121.1763224723505291008 for ; Sat, 15 Nov 2025 08:39:13 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=eRxw6qz4; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=X6MEWkfE; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.30, mailfrom: 0101019a88629439-fe341bbb-c85e-4eb7-99e0-5eccaadc27d5-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=1763224753; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=Cmz0hy9CKIio2JV7n0N9AoDsajj5UoYKJ0GKn/zhUEA=; b=eRxw6qz4Aclks1k/Qrac08eo9rbiFqy+OHbSgz1Kiqb7kGt2ypryMIUGez3aVR+A UMIZhCeGJAOk5oHLiZqCT/tyXA6MoIMg/T6SX+YpDOcQX5+QcIADm/4iqpealhVRakJ /HBWqHPWir1vGF1zxhivr1V8bsZcKsoLIb7NLOS4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1763224753; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=Cmz0hy9CKIio2JV7n0N9AoDsajj5UoYKJ0GKn/zhUEA=; b=X6MEWkfEDNQ+7jYPPKeuqK+eWIYurGfCGn5guVSZPej5P5jmYCPSr+v+rVsDlrPa d7a+npEAcJ5yKowVgU9FCAurAPG5yTdFl2IA6gS7iIpXi/a0k7ct4T9+9HDea/yfiT0 xHxhyrCrjJ1ekqPR3UZH/y2FFWsUC0q2R34AuQo4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Wang Mingyu Cc: openembedded-core@lists.openembedded.org Subject: [AUH] iso-codes: upgrading to 4.19.0 SUCCEEDED Message-ID: <0101019a88629439-fe341bbb-c85e-4eb7-99e0-5eccaadc27d5-000000@us-west-2.amazonses.com> Date: Sat, 15 Nov 2025 16:39:13 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.11.15-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 ; Sat, 15 Nov 2025 16:39:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/226451 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *iso-codes* to *4.19.0* has Succeeded. Next steps: - apply the patch: git am 0001-iso-codes-upgrade-4.18.0-4.19.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 4dfb606ac4b55a64079d544eeb87716b87d2f0dd Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 15 Nov 2025 15:58:05 +0000 Subject: [PATCH] iso-codes: upgrade 4.18.0 -> 4.19.0 --- .../iso-codes/{iso-codes_4.18.0.bb => iso-codes_4.19.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/iso-codes/{iso-codes_4.18.0.bb => iso-codes_4.19.0.bb} (94%) diff --git a/meta/recipes-support/iso-codes/iso-codes_4.18.0.bb b/meta/recipes-support/iso-codes/iso-codes_4.19.0.bb similarity index 94% rename from meta/recipes-support/iso-codes/iso-codes_4.18.0.bb rename to meta/recipes-support/iso-codes/iso-codes_4.19.0.bb index 1ee9f5a8f5..413c7991d6 100644 --- a/meta/recipes-support/iso-codes/iso-codes_4.18.0.bb +++ b/meta/recipes-support/iso-codes/iso-codes_4.19.0.bb @@ -9,7 +9,7 @@ LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://COPYING;md5=4bf661c1e3793e55c8d1051bc5e0ae21" SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=https;branch=main;tag=v${PV}" -SRCREV = "5be4d112d420706eacd913a3ebd85549fe9eeae4" +SRCREV = "0f3a862394265a31d8465fc5e627d6429bbd8394" # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which # are inhibited by allarch