diff options
author | wangmy <wangmy@fujitsu.com> | 2022-10-10 16:38:33 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-10-26 12:28:38 +0100 |
commit | bf2454f9ea972d81117660c4a5515b37b26e7515 (patch) | |
tree | f563dd3f9162eabaa85c113523850ff35c7485ab /meta | |
parent | 72191b79d219b0a10596960050accde1fe0a53e0 (diff) | |
download | poky-bf2454f9ea972d81117660c4a5515b37b26e7515.tar.gz |
mtools: upgrade 4.0.40 -> 4.0.41
disable-hardcoded-configs.patch
refreshed for new version
Changelo:
=========
- Made it possible again to have FAT32 filesystems with less
than 0xfff5 clusters
- Make FAT32 entries 0 and 1 match what windows 10 does
- Misc source code and configure script cleanup
(From OE-Core rev: b19127f0cd0e10c7180c138284b38c97fa9db7af)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/mtools/mtools_4.0.41.bb (renamed from meta/recipes-devtools/mtools/mtools_4.0.40.bb) | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch b/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch index 8f46174a5b..2d42fa531a 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 3a05dc2c0acff1713dd44cef5e9f328f0706eb3e Mon Sep 17 00:00:00 2001 | 1 | From c496cad7b7a84e599f521f289648373df9fad80f 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. |
@@ -12,10 +12,10 @@ Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> | |||
12 | 1 file changed, 8 deletions(-) | 12 | 1 file changed, 8 deletions(-) |
13 | 13 | ||
14 | diff --git a/config.c b/config.c | 14 | diff --git a/config.c b/config.c |
15 | index 630f99d..07dbf53 100644 | 15 | index 8c5fa83..346048b 100644 |
16 | --- a/config.c | 16 | --- a/config.c |
17 | +++ b/config.c | 17 | +++ b/config.c |
18 | @@ -834,14 +834,6 @@ void read_config(void) | 18 | @@ -843,14 +843,6 @@ void read_config(void) |
19 | memcpy(devices, const_devices, | 19 | memcpy(devices, const_devices, |
20 | nr_const_devices*sizeof(struct device)); | 20 | nr_const_devices*sizeof(struct device)); |
21 | 21 | ||
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.40.bb b/meta/recipes-devtools/mtools/mtools_4.0.41.bb index 200c7c7681..29e7427a10 100644 --- a/meta/recipes-devtools/mtools/mtools_4.0.40.bb +++ b/meta/recipes-devtools/mtools/mtools_4.0.41.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] = "a22fca42354011dd2293a7f51f228b46ebbd802e7740b0975912afecb79d5df4" | 27 | SRC_URI[sha256sum] = "2542152264fb3eff7ed70662abf4f4eef8133bc37d0b7a686c240df2b5f80a13" |
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 \ |