From patchwork Tue Jul 7 05:49:56 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 91896 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id C4E61C44501 for ; Tue, 7 Jul 2026 05:50:04 +0000 (UTC) Received: from a27-192.smtp-out.us-west-2.amazonses.com (a27-192.smtp-out.us-west-2.amazonses.com [54.240.27.192]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.167395.1783403397058438519 for ; Mon, 06 Jul 2026 22:49:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=CmY0I3hW; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=DcPlbDy9; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.192, mailfrom: 0101019f3b203be0-09f79489-0bee-4857-8a17-5bcf8d8d53f5-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1783403396; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=unovA0cnSvQlmXaVwtkiuiF7lDCEDfYYzNO3bkKSoV0=; b=CmY0I3hWcm3giUztt6TDVB31Z4aLzv1fBJfYMPEWf/j2dEIvdjiSOmEbT42CGhS7 qAoTMqdJRzUhiS2Y7s0lWw6rGvtaM09n8Ah47sGZtr6eMsP28y0uIaLMbs8mZWg8NRw cG+uf2ANxTCKMLmrCdXZP3uWxo2+p8BN0JvtmLMg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1783403396; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=unovA0cnSvQlmXaVwtkiuiF7lDCEDfYYzNO3bkKSoV0=; b=DcPlbDy981MSSiN0KGQF/uJeqN3/44GeNiLDNWPoO7bX6w3KI94q6pSfvQAueJNg OyT0l66y28HTDl4W3rBrl7rVwECoxkPHJP4dIUieuIUYPZc3GplUwYHK0QI9CjsHQcp Kl2L6GzvdDnzXmBvXELc/jZlzd6cpkmgsdbDwJZ4= MIME-Version: 1.0 From: auh@yoctoproject.org To: Richard Purdie Cc: openembedded-core@lists.openembedded.org Subject: [AUH] patchelf: upgrading to 0.19.1 SUCCEEDED Message-ID: <0101019f3b203be0-09f79489-0bee-4857-8a17-5bcf8d8d53f5-000000@us-west-2.amazonses.com> Date: Tue, 7 Jul 2026 05:49:56 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.07.07-54.240.27.192 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Tue, 07 Jul 2026 05:50:04 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/240356 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 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 --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"