To: ['Liu Yiding '] To: openembedded-core@lists.openembedded.org Subject: [AUH] blueprint-compiler: upgrading to 0.20.4 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260401050058/all/blueprint-compiler/0001-blueprint-compiler-upgrade-0.20.0-0.20.4.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260401050058/all/blueprint-compiler/bitbake-output-qemuarm_musl.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260401050058/all/blueprint-compiler/buildhistory-diff-full.txt 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 -- 2.47.1