diff mbox series

[AUH] patchelf: upgrading to 0.19.0 SUCCEEDED

Message ID 0101019f07b11b29-3a011d70-4bb5-4d6f-980a-c50b3d79a576-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] patchelf: upgrading to 0.19.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org June 27, 2026, 6:07 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.0* has Succeeded.

Next steps:
    - apply the patch: git am 0001-patchelf-upgrade-0.18.0-0.19.0.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 7c4daa4bcf9d160afcc750fc1a6ba14f2e54170b Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 27 Jun 2026 05:22:02 +0000
Subject: [PATCH] patchelf: upgrade 0.18.0 -> 0.19.0

---
 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 daeae96142..6ce7721353 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 = "b49de1b3384e7928bf0df9a889fe5a4e7b3fbddf"
+SRCREV = "1e279e99b952c765824fa0401abb8dc0d944e4ea"
 
-PV = "0.18.0+git"
+PV = "0.19.0"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e"