From patchwork Fri May 15 13:20:44 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: 88185 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 C9DB6CD4F49 for ; Fri, 15 May 2026 13:20:47 +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.34815.1778851225744947672 for ; Fri, 15 May 2026 06:20:44 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=BmR/wMFx; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=SUDL3dYb; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101019e2bcbe97b-463dcd3d-d3b9-458d-a787-32c4fe75b8e4-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=1778851244; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=mlhZmMrvZB57lo7MMFXp4Vqn9qnHs3cVqfSAlQmtx2g=; b=BmR/wMFx8syKqFaJDxRMzpW2qkz31XLs61K82mgyNdX2ATo/N8wGo5jCBVgW04i9 RrHoLL01ooTvQBMS/HhyOlXEwSgWTEa2wYrzDayGtjiksOfpH5Tfw8pOe8wLMDV68rb le835Xmc/iXeZ1EVvdP3e3JisXRjyh0DnNkZY1B0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1778851244; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=mlhZmMrvZB57lo7MMFXp4Vqn9qnHs3cVqfSAlQmtx2g=; b=SUDL3dYbIjE6i88J7g55NciKScAzQukj5F5m9F9wHBmWdYKItwzgo0evWuWRmZfx 6hgVkgZOzGvAMTI24XKNeAEbd9UYLsIRuf4DeznnebG0P4Un8EiwyPZWrqD5oZn18FL c38i4YMFURcj7mCy8qN7qBeomTehsSboqVXf376o= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Cc: Subject: [AUH] taglib: upgrading to 2.3 SUCCEEDED Message-ID: <0101019e2bcbe97b-463dcd3d-d3b9-458d-a787-32c4fe75b8e4-000000@us-west-2.amazonses.com> Date: Fri, 15 May 2026 13:20:44 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.05.15-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 ; Fri, 15 May 2026 13:20:47 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/237173 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *taglib* to *2.3* has Succeeded. Next steps: - apply the patch: git am 0001-taglib-upgrade-2.2.1-2.3.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 46fb9ea54536d4b4f790c48ec4fac4212338623f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Fri, 15 May 2026 13:17:23 +0000 Subject: [PATCH] taglib: upgrade 2.2.1 -> 2.3 --- meta/recipes-support/taglib/{taglib_2.2.1.bb => taglib_2.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/taglib/{taglib_2.2.1.bb => taglib_2.3.bb} (95%) diff --git a/meta/recipes-support/taglib/taglib_2.2.1.bb b/meta/recipes-support/taglib/taglib_2.3.bb similarity index 95% rename from meta/recipes-support/taglib/taglib_2.2.1.bb rename to meta/recipes-support/taglib/taglib_2.3.bb index 9f5dbfe9cb..b29f28702d 100644 --- a/meta/recipes-support/taglib/taglib_2.2.1.bb +++ b/meta/recipes-support/taglib/taglib_2.3.bb @@ -11,7 +11,7 @@ DEPENDS = "zlib utfcpp" SRC_URI = "http://taglib.github.io/releases/${BP}.tar.gz" -SRC_URI[sha256sum] = "7e76b5299dcef427c486bffe455098470c8da91cf3ccb9ea804893df57389b5e" +SRC_URI[sha256sum] = "7349f6fd942418bc7009ebe743eb7c9d055f02921ec56fa436ec25007c47fd38" UPSTREAM_CHECK_URI = "https://taglib.org/" UPSTREAM_CHECK_REGEX = "taglib-(?P\d+(\.\d+)+)\.tar"