From patchwork Wed Jul 8 05:42:12 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: 91959 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 AF137C44509 for ; Wed, 8 Jul 2026 05:42:17 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.2330.1783489329948852338 for ; Tue, 07 Jul 2026 22:42:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=HrF4Rm54; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=OsuF3QHF; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101019f403f83d8-cf80998a-0608-4b46-89b0-48af786b5289-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=1783489332; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=m2VbMPG1nVyMSWYxy5tyB3VQku94T9FesFK5doZcGm0=; b=HrF4Rm54qP0KfkcdiHVFxdsAGg1ekgLrku87l1xKzqv4U6R85butfSjPrRtTHqhT TOhkvSScG9kLjGcJ8CmNHSn+L/k4O1x82ENMeE5411u79mAQAsOeS8MaO46ge4yVgDf khPdz2MP2BtK65TiWQ14qQIySYAGas0rf/2TKhIU= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1783489332; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=m2VbMPG1nVyMSWYxy5tyB3VQku94T9FesFK5doZcGm0=; b=OsuF3QHFGV3aZYSgXsuGCsJbc9hd8/R1KmIm3DD2PqL1Mfy15axDXT8Iha1C4GZG FWlOgbhCA9phl4YzWbhvNyui2orq2aOSf+8MrtTAI1Xo29TmLu0KxJG+KqNhYJzvgtn v7Hf9szT7MxOnFVDXSRMYIpQqAbrUhlFvh7+Vd3c= MIME-Version: 1.0 From: auh@yoctoproject.org To: Alex Kiernan Cc: openembedded-core@lists.openembedded.org Subject: [AUH] scdoc: upgrading to 1.11.5 SUCCEEDED Message-ID: <0101019f403f83d8-cf80998a-0608-4b46-89b0-48af786b5289-000000@us-west-2.amazonses.com> Date: Wed, 8 Jul 2026 05:42:12 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.07.08-54.240.27.31 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 ; Wed, 08 Jul 2026 05:42:17 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/240428 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *scdoc* to *1.11.5* has Succeeded. Next steps: - apply the patch: git am 0001-scdoc-upgrade-1.11.4-1.11.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 1f8a704f69aa47c2e1d580df1186cdb7f31c961e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 8 Jul 2026 05:24:23 +0000 Subject: [PATCH] scdoc: upgrade 1.11.4 -> 1.11.5 --- .../recipes-extended/scdoc/{scdoc_1.11.4.bb => scdoc_1.11.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-extended/scdoc/{scdoc_1.11.4.bb => scdoc_1.11.5.bb} (91%) diff --git a/meta/recipes-extended/scdoc/scdoc_1.11.4.bb b/meta/recipes-extended/scdoc/scdoc_1.11.5.bb similarity index 91% rename from meta/recipes-extended/scdoc/scdoc_1.11.4.bb rename to meta/recipes-extended/scdoc/scdoc_1.11.5.bb index 059150df46..4e0231dadf 100644 --- a/meta/recipes-extended/scdoc/scdoc_1.11.4.bb +++ b/meta/recipes-extended/scdoc/scdoc_1.11.5.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=31752b4a8edd3fb9ddba1cb90fada74d" DEPENDS = "scdoc-native" SRC_URI = "git://git.sr.ht/~sircmpwn/scdoc;protocol=https;branch=master" -SRCREV = "70de0e5e5d3bc40134ee65c35f1631656199f4be" +SRCREV = "24be30ef17d5ca0162f11b35258c8fa2413d556a" do_install() { oe_runmake 'DESTDIR=${D}' install