diff mbox series

[AUH] glib-networking: upgrading to 2.76.1 FAILED

Message ID 010101891230962b-7424fc40-ea8b-44fb-89d1-d657fce2c165-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] glib-networking: upgrading to 2.76.1 FAILED | expand

Commit Message

auh@yoctoproject.org July 1, 2023, 4:02 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *glib-networking* to *2.76.1* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-glib-networking-upgrade-2.76.0-2.76.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 b02ef112db9e2df3e0dc774afced3046fa41b70f Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 1 Jul 2023 08:07:15 +0000
Subject: [PATCH] glib-networking: upgrade 2.76.0 -> 2.76.1

---
 .../{glib-networking_2.76.0.bb => glib-networking_2.76.1.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/glib-networking/{glib-networking_2.76.0.bb => glib-networking_2.76.1.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-core/glib-networking/glib-networking_2.76.0.bb b/meta/recipes-core/glib-networking/glib-networking_2.76.1.bb
similarity index 95%
rename from meta/recipes-core/glib-networking/glib-networking_2.76.0.bb
rename to meta/recipes-core/glib-networking/glib-networking_2.76.1.bb
index 75c031e8cd..8e7290cdbb 100644
--- a/meta/recipes-core/glib-networking/glib-networking_2.76.0.bb
+++ b/meta/recipes-core/glib-networking/glib-networking_2.76.1.bb
@@ -14,7 +14,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c \
 SECTION = "libs"
 DEPENDS = "glib-2.0-native glib-2.0"
 
-SRC_URI[archive.sha256sum] = "149a05a179e629a538be25662aa324b499d7c4549c5151db5373e780a1bf1b9a"
+SRC_URI[archive.sha256sum] = "5c698a9994dde51efdfb1026a56698a221d6250e89dc50ebcddda7b81480a42b"
 
 PACKAGECONFIG ??= "openssl environment ${@bb.utils.contains('PTEST_ENABLED', '1', 'tests', '', d)}"