From patchwork Wed Apr 1 14:36:09 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: 85029 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 212F510F6FC2 for ; Wed, 1 Apr 2026 14:36:22 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.14666.1775054170143172757 for ; Wed, 01 Apr 2026 07:36:10 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=LAXNcHki; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=R2qPPKdS; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 0101019d497923ac-fc222e1c-7ae4-4dba-9e74-2a1cd26ccdc5-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=1775054169; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=cez2226cmscjQ3+Z+xQdDjpLedZ6Nq3hxItp8qX4Vxg=; b=LAXNcHkiqO5UNh7rVvEWgmM5LqrwXQwRZAFSX7qDo6daePKI/VXglcJRy1+6UouY Us7R8dnog4xVf0jUZYu3D/26Em8f4Y6yBiNW/X7O6dTqfrJP0Z8oJbx3JcDCoGm3YXy mW4PtjLY02drLRa1eJj3ZR/OGzTrxqy8BgsdVov4= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1775054169; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=cez2226cmscjQ3+Z+xQdDjpLedZ6Nq3hxItp8qX4Vxg=; b=R2qPPKdSqxxqRhCCNi5IlWwy17yZy0fJRqizGN/NJWJvJ0zblSF3Rg0sCIICFa3j 0dpxJdnsshLC7UHajH+B/cAS3L/GNzWd1b+oP6VeTK34Iot74cbbvHhLQrAV41oyEGe N9+StdUGcsnZ2W/BIzc0h1lohC+Am1qQZDiDAd5w= MIME-Version: 1.0 From: auh@yoctoproject.org To: Liu Yiding Cc: openembedded-core@lists.openembedded.org Subject: [AUH] blueprint-compiler: upgrading to 0.20.4 SUCCEEDED Message-ID: <0101019d497923ac-fc222e1c-7ae4-4dba-9e74-2a1cd26ccdc5-000000@us-west-2.amazonses.com> Date: Wed, 1 Apr 2026 14:36:09 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.04.01-54.240.27.45 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 ; Wed, 01 Apr 2026 14:36:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/234406 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *blueprint-compiler* to *0.20.4* has Succeeded. Next steps: - apply the patch: git am 0001-blueprint-compiler-upgrade-0.20.0-0.20.4.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 32c53630e35a04bc37a26cf2d52fcdabc918c529 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Apr 2026 11:52:31 +0000 Subject: [PATCH] blueprint-compiler: upgrade 0.20.0 -> 0.20.4 --- ...eprint-compiler_0.20.0.bb => blueprint-compiler_0.20.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-gnome/blueprint-compiler/{blueprint-compiler_0.20.0.bb => blueprint-compiler_0.20.4.bb} (83%) diff --git a/meta/recipes-gnome/blueprint-compiler/blueprint-compiler_0.20.0.bb b/meta/recipes-gnome/blueprint-compiler/blueprint-compiler_0.20.4.bb similarity index 83% rename from meta/recipes-gnome/blueprint-compiler/blueprint-compiler_0.20.0.bb rename to meta/recipes-gnome/blueprint-compiler/blueprint-compiler_0.20.4.bb index d3ef747629..bf357872c3 100644 --- a/meta/recipes-gnome/blueprint-compiler/blueprint-compiler_0.20.0.bb +++ b/meta/recipes-gnome/blueprint-compiler/blueprint-compiler_0.20.4.bb @@ -3,8 +3,8 @@ HOMEPAGE = "https://gitlab.gnome.org/GNOME/blueprint-compiler" LICENSE = "LGPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=3000208d539ec061b899bce1d9ce9404" -SRC_URI = "git://gitlab.gnome.org/GNOME/blueprint-compiler;protocol=https;branch=main;tag=v${PV}" -SRCREV = "aa5298cc1677cf855bd61f9671607362bd203f4f" +SRC_URI = "git://gitlab.gnome.org/GNOME/blueprint-compiler;protocol=https;branch=blueprint-0-20;tag=v${PV}" +SRCREV = "31b62c24a72c1670d2d93dcdf2d130f1ae12778e" inherit meson pkgconfig python3targetconfig