diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2021-07-14 14:26:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-16 21:23:44 +0100 |
commit | eb21ae8f5f338eeaf38d3885090a285fc580fc47 (patch) | |
tree | 3fa14198dc2427265c10f7065946e5742ae66e29 /meta/recipes-devtools/mtools | |
parent | 50bcea800d914b234e034dc51e1a8b510031c41d (diff) | |
download | poky-eb21ae8f5f338eeaf38d3885090a285fc580fc47.tar.gz |
mtools: upgrade 4.0.31 -> 4.0.32
(From OE-Core rev: 674533cdb1990a3c0e4568f594ab168110f94bd4)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/mtools')
-rw-r--r-- | meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/mtools/mtools_4.0.32.bb (renamed from meta/recipes-devtools/mtools/mtools_4.0.31.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 7240a039e6..81d76d060e 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 589a05f9377e3899082ced46c1736f90c0a4dc9b Mon Sep 17 00:00:00 2001 | 1 | From 630dbcabc408cf5d73edaa7cf64a48194976b290 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 f91004b..b72f8ea 100644 | 15 | index bb13682..9186c77 100644 |
16 | --- a/config.c | 16 | --- a/config.c |
17 | +++ b/config.c | 17 | +++ b/config.c |
18 | @@ -827,14 +827,6 @@ void read_config(void) | 18 | @@ -836,14 +836,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.31.bb b/meta/recipes-devtools/mtools/mtools_4.0.32.bb index 103036e518..501875037a 100644 --- a/meta/recipes-devtools/mtools/mtools_4.0.31.bb +++ b/meta/recipes-devtools/mtools/mtools_4.0.32.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] = "538999277f8f2fa901f3898855d1b0ccb184666457fefddb70001cac612dd586" | 27 | SRC_URI[sha256sum] = "62498cd51ae7c79a27c879a45f0d2a8c44e1404cbb901372d09b02735ef5ad89" |
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 \ |