diff mbox series

[AUH] patchelf: upgrading to 0.19.1 SUCCEEDED

Message ID 0101019f3b203be0-09f79489-0bee-4857-8a17-5bcf8d8d53f5-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] patchelf: upgrading to 0.19.1 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org July 7, 2026, 5:49 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *patchelf* to *0.19.1* has Succeeded.

Next steps:
    - apply the patch: git am 0001-patchelf-upgrade-0.19.0-0.19.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 a1508500fc61c98f83de8199bc7d28e5da21e296 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Tue, 7 Jul 2026 05:30:30 +0000
Subject: [PATCH] patchelf: upgrade 0.19.0 -> 0.19.1

---
 meta/recipes-devtools/patchelf/patchelf_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/patchelf/patchelf_git.bb b/meta/recipes-devtools/patchelf/patchelf_git.bb
index 6ce7721353..6c88da1b09 100644
--- a/meta/recipes-devtools/patchelf/patchelf_git.bb
+++ b/meta/recipes-devtools/patchelf/patchelf_git.bb
@@ -6,9 +6,9 @@  LICENSE = "GPL-3.0-only"
 
 SRC_URI = "git://github.com/NixOS/patchelf;protocol=https;branch=master \
 "
-SRCREV = "1e279e99b952c765824fa0401abb8dc0d944e4ea"
+SRCREV = "7688b17c18d16f67fa8d5a82a2404c2e3a18648d"
 
-PV = "0.19.0"
+PV = "0.19.1"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e"