From patchwork Mon Aug 17 05:20:28 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: 95509 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 11B29C5DF74 for ; Mon, 17 Aug 2026 05:20:39 +0000 (UTC) Received: from a27-45.smtp-out.us-west-2.amazonses.com (a27-45.smtp-out.us-west-2.amazonses.com [54.240.27.45]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.23742.1786944029763659252 for ; Sun, 16 Aug 2026 22:20:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=hCqa0tB3; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=jqvpgxyd; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.45, mailfrom: 010101a00e29fff0-3d38c2e3-56e3-4a41-a92d-0c30b9dc35a3-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=1786944028; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=RkP1IUONgjkDJ5GDBYbeU45Mfko1ORsnDoitGTM0NGc=; b=hCqa0tB3sXpR6WD7xLsKh2KMsoT5b+9gjFloiG4NfxCRgD8ZlcEAQ3SWVWg2AHkB SI4Nbv9aRdjjG46xBpC1Go8SK/ICBZPvhSHd7rIeBFl3EC/r9dX1511/upWVo4LcwZf azYwaYGkolDhBtyNj3Y8f7oiTS3tx4GBxfDUCdvo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1786944028; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=RkP1IUONgjkDJ5GDBYbeU45Mfko1ORsnDoitGTM0NGc=; b=jqvpgxydHpXjCnuQdQuE+AAjTKfUZhRwYxyM4k7YmTSp2fqqodJ0Xkh+nIjRIchF iPNCAeXTjh2G6/OvY3A+aNHlLV4fejOpKb4ax08DA5158MqQWaXavBh4kjeH4YDKOux 4tfgroG6cMyCLxDPRl366g3YZR7Vrtc1Qe2qazu0= MIME-Version: 1.0 From: auh@yoctoproject.org To: Robert Yang Cc: openembedded-core@lists.openembedded.org Subject: [AUH] makedepend: upgrading to 1.0.10 SUCCEEDED Message-ID: <010101a00e29fff0-3d38c2e3-56e3-4a41-a92d-0c30b9dc35a3-000000@us-west-2.amazonses.com> Date: Mon, 17 Aug 2026 05:20:28 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.17-54.240.27.45 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 ; Mon, 17 Aug 2026 05:20:39 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/243591 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *makedepend* to *1.0.10* has Succeeded. Next steps: - apply the patch: git am 0001-makedepend-upgrade-1.0.9-1.0.10.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 3fd684c51f10173934a821a7b6a66d2eee4f7f3f Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 17 Aug 2026 05:07:20 +0000 Subject: [PATCH] makedepend: upgrade 1.0.9 -> 1.0.10 Source: ChangeLog makedepend 1.0.10 meson: include headers when checking for functions meson: Add option to build with meson gitlab CI: drop the ci-fairy check-mr job Improve man page formatting --- .../xorg-util/{makedepend_1.0.9.bb => makedepend_1.0.10.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/xorg-util/{makedepend_1.0.9.bb => makedepend_1.0.10.bb} (88%) diff --git a/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb b/meta/recipes-graphics/xorg-util/makedepend_1.0.10.bb similarity index 88% rename from meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb rename to meta/recipes-graphics/xorg-util/makedepend_1.0.10.bb index 6db7d04079..643624485c 100644 --- a/meta/recipes-graphics/xorg-util/makedepend_1.0.9.bb +++ b/meta/recipes-graphics/xorg-util/makedepend_1.0.10.bb @@ -17,4 +17,4 @@ BBCLASSEXTEND = "native" LIC_FILES_CHKSUM = "file://COPYING;md5=43a6eda34b48ee821b3b66f4f753ce4f" -SRC_URI[sha256sum] = "bc94ffda6cd4671603a69c39dbe8f96b317707b9185b2aaa3b54b5d134b41884" +SRC_URI[sha256sum] = "baf742fb6c76c15febf5181e5cd814066205d8be9aef4abfdc2c54b235e14917"