From patchwork Mon Jul 20 05:25:17 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: 92830 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 B14A3C44515 for ; Mon, 20 Jul 2026 05:25:40 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.2566.1784525118646243746 for ; Sun, 19 Jul 2026 22:25:18 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=DkKpaNDc; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=kLrpevnq; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101019f7dfc573d-302824c7-007b-4d68-8fb0-ee1a7506f09c-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1784525117; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=kdwAtWrLyiVe0caz/YI4nunUxRASIXZfZ/aVmVWFeME=; b=DkKpaNDc+5UU2Ui3+Iqms82Cidv3+rAKNteIeGjcKV7VH9DZKJcICArsu4d2PqpA +KaCyzTFEXXbQ0Tj0kSzw7n90HlVTv/OclgWDCqwby0y2ihupPor5guwHo8FGS4LGNA pLjvjOxYK9Q3AMy1+xL38JQWFHsclzxqyT1sL+iQ= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1784525117; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=kdwAtWrLyiVe0caz/YI4nunUxRASIXZfZ/aVmVWFeME=; b=kLrpevnqTg+xCxRUwKTNY1trYIHDgMvSWv0eEIHf1lyAQ8TH4A83SpnKA91qN6Iw wdbquW8ESEzd6vLwTCkLzjIVq4WpMvS1euobb4B48zfU1NX5q7ur8TOTrgqVQQfVs5x 0d1yKKvrTkxhUZP5a/Dx0yEdm9xjY6xQy72sxCgM= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] taglib: upgrading to 2.3.1 SUCCEEDED Message-ID: <0101019f7dfc573d-302824c7-007b-4d68-8fb0-ee1a7506f09c-000000@us-west-2.amazonses.com> Date: Mon, 20 Jul 2026 05:25:17 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.07.20-54.240.27.23 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 ; Mon, 20 Jul 2026 05:25:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/241316 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *taglib* to *2.3.1* has Succeeded. Next steps: - apply the patch: git am 0001-taglib-upgrade-2.3-2.3.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 3454b2f004dc18bbcb1e9dad10f5705f97dc6f9f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 20 Jul 2026 05:25:14 +0000 Subject: [PATCH] taglib: upgrade 2.3 -> 2.3.1 --- meta/recipes-support/taglib/{taglib_2.3.bb => taglib_2.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/taglib/{taglib_2.3.bb => taglib_2.3.1.bb} (95%) diff --git a/meta/recipes-support/taglib/taglib_2.3.bb b/meta/recipes-support/taglib/taglib_2.3.1.bb similarity index 95% rename from meta/recipes-support/taglib/taglib_2.3.bb rename to meta/recipes-support/taglib/taglib_2.3.1.bb index b29f28702d..3f3831f1f8 100644 --- a/meta/recipes-support/taglib/taglib_2.3.bb +++ b/meta/recipes-support/taglib/taglib_2.3.1.bb @@ -11,7 +11,7 @@ DEPENDS = "zlib utfcpp" SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz" -SRC_URI[sha256sum] = "7349f6fd942418bc7009ebe743eb7c9d055f02921ec56fa436ec25007c47fd38" +SRC_URI[sha256sum] = "a19d90e6fd41d09a0281ec0fe762d51491d7a6ccffc923c4f7868c5e647ca230" UPSTREAM_CHECK_URI = "https://taglib.org/" UPSTREAM_CHECK_REGEX = "taglib-(?P\d+(\.\d+)+)\.tar"