Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *mtools* to *4.0.47* has Succeeded.
Next steps:
- apply the patch: git am 0001-mtools-upgrade-4.0.46-4.0.47.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 07f17b8c9007c273a1228085ea02784164fffdde Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Sat, 1 Feb 2025 07:57:17 +0000
Subject: [PATCH] mtools: upgrade 4.0.46 -> 4.0.47
---
meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch | 2 +-
.../mtools/mtools/disable-hardcoded-configs.patch | 4 ++--
meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch | 6 +++---
.../mtools/{mtools_4.0.46.bb => mtools_4.0.47.bb} | 2 +-
4 files changed, 7 insertions(+), 7 deletions(-)
rename meta/recipes-devtools/mtools/{mtools_4.0.46.bb => mtools_4.0.47.bb}
(93%)
diff --git a/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch
b/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch
index 1420d84b86..2f3c452420 100644
--- a/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch
+++ b/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch
@@ -1,4 +1,4 @@
-From 6654edfb1eee416b58bcb6490658f80071a353c2 Mon Sep 17 00:00:00 2001
+From d8e9cf472f49c8dbb3b0855145974d199a83e8a4 Mon Sep 17 00:00:00 2001
From: Khem Raj <[email protected]>
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 1bed4e7614..1b3c3e003d 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 0953b744b0257e26c170fb6d6b4c0f6210e4ae43 Mon Sep 17 00:00:00 2001
+From 4e51cf33fc34e8e82661b9bc3ab13858a2ffe43d Mon Sep 17 00:00:00 2001
From: Ed Bartosh <[email protected]>
Date: Tue, 13 Jun 2017 14:55:52 +0300
Subject: [PATCH] Disabled reading host configs.
@@ -11,7 +11,7 @@ Signed-off-by: Ed Bartosh <[email protected]>
1 file changed, 8 deletions(-)
diff --git a/config.c b/config.c
-index 358282b..8ebafb4 100644
+index 436c94b..794f098 100644
--- a/config.c
+++ b/config.c
@@ -868,14 +868,6 @@ void read_config(void)
diff --git a/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch
b/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch
index 8c80040f91..fb7ba56eec 100644
--- a/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch
+++ b/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch
@@ -1,4 +1,4 @@
-From fd1e84c66852c2c906ee292aad942b4bfbd9e306 Mon Sep 17 00:00:00 2001
+From b517158e8ffc6a665506007b20708d6c2589cec1 Mon Sep 17 00:00:00 2001
From: Marcin Juszkiewicz <[email protected]>
Date: Fri, 8 Jun 2007 08:35:12 +0000
Subject: [PATCH] mtools: imported from OE
@@ -39,10 +39,10 @@ index 7b305b0..70c8c74 100644
pdf: mtools.pdf
%.pdf: %.texi sysconfdir.texi
diff --git a/configure.ac b/configure.ac
-index de108a8..0fd9ef0 100644
+index 37f0d00..c93cfb5 100644
--- a/configure.ac
+++ b/configure.ac
-@@ -33,6 +33,33 @@ AC_CANONICAL_TARGET
+@@ -36,6 +36,33 @@ AC_PATH_PROG(INSTALL_INFO, install-info, "")
AC_C_CONST
AC_C_INLINE
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.46.bb
b/meta/recipes-devtools/mtools/mtools_4.0.47.bb
similarity index 93%
rename from meta/recipes-devtools/mtools/mtools_4.0.46.bb
rename to meta/recipes-devtools/mtools/mtools_4.0.47.bb
index 1173718662..70d6579621 100644
--- a/meta/recipes-devtools/mtools/mtools_4.0.46.bb
+++ b/meta/recipes-devtools/mtools/mtools_4.0.47.bb
@@ -24,7 +24,7 @@ RRECOMMENDS:${PN}:libc-glibc = "\
glibc-gconv-ibm866 \
glibc-gconv-ibm869 \
"
-SRC_URI[sha256sum] =
"9aad8dd859f88fb7787924ec47590192d3abf7bad6c840509c854290d6bc16c0"
+SRC_URI[sha256sum] =
"31aa06078cc3f50591b95e71a909c56dd179d87e9cbdc07bf435e595bd7cc7ff"
SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \
file://mtools-makeinfo.patch \
--
2.44.1
0001-mtools-upgrade-4.0.46-4.0.47.patch
Description: Binary data
packages/core2-64-poky-linux/mtools: PKGV changed from 4.0.46 [default] to 4.0.47 [default] packages/core2-64-poky-linux/mtools: SRC_URI changed from "https://ftp.gnu.org/gnu/mtools/mtools-4.0.46.tar.bz2 file://mtools-makeinfo.patch file://clang_UNUSED.patch" to "https://ftp.gnu.org/gnu/mtools/mtools-4.0.47.tar.bz2 file://mtools-makeinfo.patch file://clang_UNUSED.patch" packages/core2-64-poky-linux/mtools: PV changed from "4.0.46" to "4.0.47" packages/core2-64-poky-linux/mtools/mtools-dbg: PKGV changed from 4.0.46 [default] to 4.0.47 [default] packages/core2-64-poky-linux/mtools/mtools-dbg: PKGSIZE changed from 820048 to 820040 (-0%) packages/core2-64-poky-linux/mtools/mtools-dbg: PV changed from "4.0.46" to "4.0.47" packages/core2-64-poky-linux/mtools/mtools-dev: PKGV changed from 4.0.46 [default] to 4.0.47 [default] packages/core2-64-poky-linux/mtools/mtools-dev: PV changed from "4.0.46" to "4.0.47" packages/core2-64-poky-linux/mtools/mtools-doc: PKGV changed from 4.0.46 [default] to 4.0.47 [default] packages/core2-64-poky-linux/mtools/mtools-doc: PKGSIZE changed from 248861 to 249195 (+0%) packages/core2-64-poky-linux/mtools/mtools-doc: PV changed from "4.0.46" to "4.0.47" packages/core2-64-poky-linux/mtools/mtools-locale: PKGV changed from 4.0.46 [default] to 4.0.47 [default] packages/core2-64-poky-linux/mtools/mtools-locale: PV changed from "4.0.46" to "4.0.47" packages/core2-64-poky-linux/mtools/mtools-src: PKGV changed from 4.0.46 [default] to 4.0.47 [default] packages/core2-64-poky-linux/mtools/mtools-src: PKGSIZE changed from 598691 to 598928 (+0%) packages/core2-64-poky-linux/mtools/mtools-src: PV changed from "4.0.46" to "4.0.47" packages/core2-64-poky-linux/mtools/mtools-staticdev: PKGV changed from 4.0.46 [default] to 4.0.47 [default] packages/core2-64-poky-linux/mtools/mtools-staticdev: PV changed from "4.0.46" to "4.0.47" packages/core2-64-poky-linux/mtools/mtools: PKGV changed from 4.0.46 [default] to 4.0.47 [default] packages/core2-64-poky-linux/mtools/mtools: PV changed from "4.0.46" to "4.0.47"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#210531): https://lists.openembedded.org/g/openembedded-core/message/210531 Mute This Topic: https://lists.openembedded.org/mt/110933256/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
