diff mbox series

[AUH] libubootenv: upgrading to 0.3.5 SUCCEEDED

Message ID 0101018b34df02f4-3ad39e74-f8d4-4d86-b3b8-ecf0d9873a0b-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libubootenv: upgrading to 0.3.5 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Oct. 15, 2023, 7:45 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libubootenv* to *0.3.5* has Succeeded.

Next steps:
    - apply the patch: git am 0001-libubootenv-upgrade-0.3.4-0.3.5.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 d98b573e662b6489109355241ca653ad37195d09 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sun, 15 Oct 2023 05:57:23 +0000
Subject: [PATCH] libubootenv: upgrade 0.3.4 -> 0.3.5

---
 .../u-boot/{libubootenv_0.3.4.bb => libubootenv_0.3.5.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-bsp/u-boot/{libubootenv_0.3.4.bb => libubootenv_0.3.5.bb} (93%)
diff mbox series

Patch

diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.4.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb
similarity index 93%
rename from meta/recipes-bsp/u-boot/libubootenv_0.3.4.bb
rename to meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb
index ac1e03b8e9..b68bbb430a 100644
--- a/meta/recipes-bsp/u-boot/libubootenv_0.3.4.bb
+++ b/meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb
@@ -11,7 +11,7 @@  LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-or-later.txt;md5=4fbd65380cdd255951
 SECTION = "libs"
 
 SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https;branch=master"
-SRCREV = "4dfb5254fc0540a36e87914bc14644c047ea7678"
+SRCREV = "3f4d15e36ceb58085b08dd13f3f2788e9299877b"
 
 S = "${WORKDIR}/git"