diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-07-23 11:29:32 +0800 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-07-29 07:59:53 -0700 |
| commit | f578ce2a7354817e3ce550b9514ef46103181619 (patch) | |
| tree | 8982243ef143eefcfb73cf6fc7d8a016c2c1e136 | |
| parent | 057c86df8479fe675c8063dddbdaaafdeae2dda9 (diff) | |
| download | poky-f578ce2a7354817e3ce550b9514ef46103181619.tar.gz | |
mtools: upgrade 4.0.47 -> 4.0.48
clang_UNUSED.patch
disable-hardcoded-configs.patch
refreshed for 4.0.48
(From OE-Core rev: d2c56de7c9d403c3432213bc20e04c2ed5f1db16)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(From OE-Core rev: 1d5aee7e67cd614073a15b47b832375428865260)
Signed-off-by: Jinfeng Wang <jinfeng.wang.cn@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch | 6 | ||||
| -rw-r--r-- | meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch | 6 | ||||
| -rw-r--r-- | meta/recipes-devtools/mtools/mtools_4.0.48.bb (renamed from meta/recipes-devtools/mtools/mtools_4.0.47.bb) | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch b/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch index 2f3c452420..ddf3706f51 100644 --- a/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch +++ b/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From d8e9cf472f49c8dbb3b0855145974d199a83e8a4 Mon Sep 17 00:00:00 2001 | 1 | From 6914c6e15cd15daf1dae81458e5346958c9d5449 Mon Sep 17 00:00:00 2001 |
| 2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
| 3 | Date: Wed, 19 Sep 2018 11:55:41 -0700 | 3 | Date: Wed, 19 Sep 2018 11:55:41 -0700 |
| 4 | Subject: [PATCH] Undefine UNUSED macros with clang | 4 | Subject: [PATCH] Undefine UNUSED macros with clang |
| @@ -10,10 +10,10 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
| 10 | 1 file changed, 1 insertion(+), 1 deletion(-) | 10 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 11 | 11 | ||
| 12 | diff --git a/sysincludes.h b/sysincludes.h | 12 | diff --git a/sysincludes.h b/sysincludes.h |
| 13 | index 6b322ff..48daecd 100644 | 13 | index 272b316..49ee5ae 100644 |
| 14 | --- a/sysincludes.h | 14 | --- a/sysincludes.h |
| 15 | +++ b/sysincludes.h | 15 | +++ b/sysincludes.h |
| 16 | @@ -85,7 +85,7 @@ ac_cv_func_setpgrp_void=yes ../mtools/configure --build=i386-linux-gnu --host=i3 | 16 | @@ -98,7 +98,7 @@ ac_cv_func_setpgrp_void=yes ../mtools/configure --build=i386-linux-gnu --host=i3 |
| 17 | #if defined __GNUC__ && defined __STDC__ | 17 | #if defined __GNUC__ && defined __STDC__ |
| 18 | /* gcc -traditional doesn't have PACKED, UNUSED and NORETURN */ | 18 | /* gcc -traditional doesn't have PACKED, UNUSED and NORETURN */ |
| 19 | # define PACKED __attribute__ ((packed)) | 19 | # define PACKED __attribute__ ((packed)) |
diff --git a/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch b/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch index 1b3c3e003d..63992ac547 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 @@ | |||
| 1 | From 4e51cf33fc34e8e82661b9bc3ab13858a2ffe43d Mon Sep 17 00:00:00 2001 | 1 | From 16969d42ec6514883bcee87cc89b3e7864481d7e Mon Sep 17 00:00:00 2001 |
| 2 | From: Ed Bartosh <ed.bartosh@linux.intel.com> | 2 | From: Ed Bartosh <ed.bartosh@linux.intel.com> |
| 3 | Date: Tue, 13 Jun 2017 14:55:52 +0300 | 3 | Date: Tue, 13 Jun 2017 14:55:52 +0300 |
| 4 | Subject: [PATCH] Disabled reading host configs. | 4 | Subject: [PATCH] Disabled reading host configs. |
| @@ -11,10 +11,10 @@ Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> | |||
| 11 | 1 file changed, 8 deletions(-) | 11 | 1 file changed, 8 deletions(-) |
| 12 | 12 | ||
| 13 | diff --git a/config.c b/config.c | 13 | diff --git a/config.c b/config.c |
| 14 | index 436c94b..794f098 100644 | 14 | index 2433457..3972150 100644 |
| 15 | --- a/config.c | 15 | --- a/config.c |
| 16 | +++ b/config.c | 16 | +++ b/config.c |
| 17 | @@ -868,14 +868,6 @@ void read_config(void) | 17 | @@ -849,14 +849,6 @@ void read_config(void) |
| 18 | memcpy(devices, const_devices, | 18 | memcpy(devices, const_devices, |
| 19 | nr_const_devices*sizeof(struct device)); | 19 | nr_const_devices*sizeof(struct device)); |
| 20 | 20 | ||
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.47.bb b/meta/recipes-devtools/mtools/mtools_4.0.48.bb index 70d6579621..646735f3b3 100644 --- a/meta/recipes-devtools/mtools/mtools_4.0.47.bb +++ b/meta/recipes-devtools/mtools/mtools_4.0.48.bb | |||
| @@ -24,7 +24,7 @@ RRECOMMENDS:${PN}:libc-glibc = "\ | |||
| 24 | glibc-gconv-ibm866 \ | 24 | glibc-gconv-ibm866 \ |
| 25 | glibc-gconv-ibm869 \ | 25 | glibc-gconv-ibm869 \ |
| 26 | " | 26 | " |
| 27 | SRC_URI[sha256sum] = "31aa06078cc3f50591b95e71a909c56dd179d87e9cbdc07bf435e595bd7cc7ff" | 27 | SRC_URI[sha256sum] = "03c29aac8735dd7154a989fbc29eaf2b506121ae1c3a35cd0bf2a02e94d271a9" |
| 28 | 28 | ||
| 29 | SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ | 29 | SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ |
| 30 | file://mtools-makeinfo.patch \ | 30 | file://mtools-makeinfo.patch \ |
