summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch')
-rw-r--r--meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch17
1 files changed, 13 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 01455f1012..464ccc4ca7 100644
--- a/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch
+++ b/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch
@@ -1,12 +1,21 @@
1Disabled reading host configs. 1From 5c24356762bc4274d3ca4930b0bc7754f4ffd19b Mon Sep 17 00:00:00 2001
2From: Ed Bartosh <ed.bartosh@linux.intel.com>
3Date: Tue, 13 Jun 2017 14:55:52 +0300
4Subject: [PATCH] Disabled reading host configs.
2 5
3Upstream-Status: Inappropriate [native] 6Upstream-Status: Inappropriate [native]
4 7
5Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> 8Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
6 9
7--- mtools-4.0.18/config.c.orig 2017-06-13 12:27:38.644000000 +0300 10---
8+++ mtools-4.0.18/config.c 2017-06-13 12:28:47.576000000 +0300 11 config.c | 8 --------
9@@ -701,14 +701,6 @@ 12 1 file changed, 8 deletions(-)
13
14diff --git a/config.c b/config.c
15index f086883..1c3f9bd 100644
16--- a/config.c
17+++ b/config.c
18@@ -701,14 +701,6 @@ void read_config(void)
10 memcpy(devices, const_devices, 19 memcpy(devices, const_devices,
11 nr_const_devices*sizeof(struct device)); 20 nr_const_devices*sizeof(struct device));
12 21