diff options
-rw-r--r-- | meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/mtools/mtools_4.0.24.bb (renamed from meta/recipes-devtools/mtools/mtools_4.0.23.bb) | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch b/meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch index 464ccc4ca7..138ff9de76 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 5c24356762bc4274d3ca4930b0bc7754f4ffd19b Mon Sep 17 00:00:00 2001 | 1 | From fa6ebd96c7f330edcd74abf61584592eabb9e726 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 f086883..1c3f9bd 100644 | 15 | index 265d494..15e64dd 100644 |
16 | --- a/config.c | 16 | --- a/config.c |
17 | +++ b/config.c | 17 | +++ b/config.c |
18 | @@ -701,14 +701,6 @@ void read_config(void) | 18 | @@ -740,14 +740,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.23.bb b/meta/recipes-devtools/mtools/mtools_4.0.24.bb index 2093d80dba..d7cc72d172 100644 --- a/meta/recipes-devtools/mtools/mtools_4.0.23.bb +++ b/meta/recipes-devtools/mtools/mtools_4.0.24.bb | |||
@@ -24,8 +24,8 @@ 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[md5sum] = "1d17b58c53a46b29c7f521d4a55ccef1" | 27 | SRC_URI[md5sum] = "aeaf34406e9d28922b7c09a35ca5955e" |
28 | SRC_URI[sha256sum] = "f188db26751aeb5692a79b2380b440ecc05fd1848a52f869d7ca1193f2ef8ee3" | 28 | SRC_URI[sha256sum] = "24f4a2da9219f98498eb1b340cd96db7ef9b684c067d1bdeb6e85efdd13b2fb9" |
29 | 29 | ||
30 | SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ | 30 | SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ |
31 | file://mtools-makeinfo.patch \ | 31 | file://mtools-makeinfo.patch \ |