From patchwork Sun Jun 15 13:14:44 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 64963 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 D6D43C7EE33 for ; Sun, 15 Jun 2025 13:14:52 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.web11.8886.1749993279766792752 for ; Sun, 15 Jun 2025 06:14:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=NyjHK/42; dkim=pass header.i=@amazonses.com header.s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx header.b=rfUxMRfr; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 0101019773ba6451-4737c8af-c508-4bb5-80cd-940bc9c939e3-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1749993284; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=mVDCaRcndVU6GkEG3h3YYrNyShg8/GFXV2uhcogdUdI=; b=NyjHK/42Oz1WXCLnkwQgUuO/yz01DVxg15Y2AIPk76qb+XVQSnWktt2h4kZ9gYQn 5cIOoGPFrHfKLrqbDcl2/3pcuYoVUWKe5CrK3zxPI7nHY64zhpPjR+V3jAj6/yt6xGC XhXuLeeszL01trLk7M30r+/egzPphHCjdG9P2ADg= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=gdwg2y3kokkkj5a55z2ilkup5wp5hhxx; d=amazonses.com; t=1749993284; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=mVDCaRcndVU6GkEG3h3YYrNyShg8/GFXV2uhcogdUdI=; b=rfUxMRfrkpv0VNrB+RJZ9BLt85xhH/wFSnRnWNBR0EK2qco5f7wSjly1NZAXNIR1 cFWFkqrOl44R0a92510Jl0gwdz/2y5BPXc9JsvEqxSCqA1LGHqXkgT4WKuMDiifd+v3 SYWAKR27zqa+v23bmgMmbVZQx76LWziKA6Hr4LGs= MIME-Version: 1.0 From: auh@yoctoproject.org To: Anuj Mittal Cc: openembedded-core@lists.openembedded.org Subject: [AUH] mtools: upgrading to 4.0.49 SUCCEEDED Message-ID: <0101019773ba6451-4737c8af-c508-4bb5-80cd-940bc9c939e3-000000@us-west-2.amazonses.com> Date: Sun, 15 Jun 2025 13:14:44 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2025.06.15-54.240.27.23 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 15 Jun 2025 13:14:52 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/218670 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *mtools* to *4.0.49* has Succeeded. Next steps: - apply the patch: git am 0001-mtools-upgrade-4.0.48-4.0.49.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 735a94819f7dbebac74551498493753497519d6e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sun, 15 Jun 2025 08:02:04 +0000 Subject: [PATCH] mtools: upgrade 4.0.48 -> 4.0.49 --- meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch | 2 +- .../mtools/mtools/disable-hardcoded-configs.patch | 2 +- meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch | 6 +++--- .../mtools/{mtools_4.0.48.bb => mtools_4.0.49.bb} | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename meta/recipes-devtools/mtools/{mtools_4.0.48.bb => mtools_4.0.49.bb} (93%) diff --git a/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch b/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch index ddf3706f51..aa6432a948 100644 --- a/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch +++ b/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch @@ -1,4 +1,4 @@ -From 6914c6e15cd15daf1dae81458e5346958c9d5449 Mon Sep 17 00:00:00 2001 +From 6fc27e354741ce0c3c2002cb1e1a37b9e4124bbc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 19 Sep 2018 11:55:41 -0700 Subject: [PATCH] Undefine UNUSED macros with clang diff --git a/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch b/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch index 63992ac547..2e2ad1e525 100644 --- a/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch +++ b/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch @@ -1,4 +1,4 @@ -From 16969d42ec6514883bcee87cc89b3e7864481d7e Mon Sep 17 00:00:00 2001 +From 7d4f439f475d0922f05012456b53748da3959cce Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Tue, 13 Jun 2017 14:55:52 +0300 Subject: [PATCH] Disabled reading host configs. diff --git a/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch b/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch index fb7ba56eec..57135c91dc 100644 --- a/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch +++ b/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch @@ -1,4 +1,4 @@ -From b517158e8ffc6a665506007b20708d6c2589cec1 Mon Sep 17 00:00:00 2001 +From e962dae4cc06b349d9b25eed9323dbfc05c08ce3 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 8 Jun 2007 08:35:12 +0000 Subject: [PATCH] mtools: imported from OE @@ -10,7 +10,7 @@ Upstream-Status: Inappropriate [licensing] 2 files changed, 33 insertions(+), 5 deletions(-) diff --git a/Makefile.in b/Makefile.in -index 7b305b0..70c8c74 100644 +index d9cc6e3..1f8d93f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -26,10 +26,11 @@ USERCFLAGS = @@ -39,7 +39,7 @@ index 7b305b0..70c8c74 100644 pdf: mtools.pdf %.pdf: %.texi sysconfdir.texi diff --git a/configure.ac b/configure.ac -index 37f0d00..c93cfb5 100644 +index fa73f7b..c42a232 100644 --- a/configure.ac +++ b/configure.ac @@ -36,6 +36,33 @@ AC_PATH_PROG(INSTALL_INFO, install-info, "") diff --git a/meta/recipes-devtools/mtools/mtools_4.0.48.bb b/meta/recipes-devtools/mtools/mtools_4.0.49.bb similarity index 93% rename from meta/recipes-devtools/mtools/mtools_4.0.48.bb rename to meta/recipes-devtools/mtools/mtools_4.0.49.bb index 646735f3b3..294b2f37b2 100644 --- a/meta/recipes-devtools/mtools/mtools_4.0.48.bb +++ b/meta/recipes-devtools/mtools/mtools_4.0.49.bb @@ -24,7 +24,7 @@ RRECOMMENDS:${PN}:libc-glibc = "\ glibc-gconv-ibm866 \ glibc-gconv-ibm869 \ " -SRC_URI[sha256sum] = "03c29aac8735dd7154a989fbc29eaf2b506121ae1c3a35cd0bf2a02e94d271a9" +SRC_URI[sha256sum] = "6fe5193583d6e7c59da75e63d7234f76c0b07caf33b103894f46f66a871ffc9f" SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ file://mtools-makeinfo.patch \