diff options
-rw-r--r-- | meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch | 19 | ||||
-rw-r--r-- | meta/recipes-devtools/mtools/mtools/disable-hardcoded-configs.patch | 7 | ||||
-rw-r--r-- | meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch | 11 | ||||
-rw-r--r-- | meta/recipes-devtools/mtools/mtools_4.0.44.bb (renamed from meta/recipes-devtools/mtools/mtools_4.0.43.bb) | 2 |
4 files changed, 22 insertions, 17 deletions
diff --git a/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch b/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch index 6bb9d6a3da..20a6d1b8b3 100644 --- a/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch +++ b/meta/recipes-devtools/mtools/mtools/clang_UNUSED.patch | |||
@@ -1,12 +1,19 @@ | |||
1 | Undefine UNUSED macros with clang | 1 | From c72d075cb0c3a65ef17621c7ed1ffac35ca3b68e Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | ||
3 | Date: Wed, 19 Sep 2018 11:55:41 -0700 | ||
4 | Subject: [PATCH] Undefine UNUSED macros with clang | ||
2 | 5 | ||
3 | Upstream-Status: Pending | 6 | Upstream-Status: Pending |
4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
5 | Index: mtools-4.0.18/sysincludes.h | 8 | --- |
6 | =================================================================== | 9 | sysincludes.h | 2 +- |
7 | --- mtools-4.0.18.orig/sysincludes.h | 10 | 1 file changed, 1 insertion(+), 1 deletion(-) |
8 | +++ mtools-4.0.18/sysincludes.h | 11 | |
9 | @@ -101,7 +101,7 @@ typedef void *caddr_t; | 12 | diff --git a/sysincludes.h b/sysincludes.h |
13 | index e16ab45..8d285d4 100644 | ||
14 | --- a/sysincludes.h | ||
15 | +++ b/sysincludes.h | ||
16 | @@ -98,7 +98,7 @@ typedef void *caddr_t; | ||
10 | #if defined __GNUC__ && defined __STDC__ | 17 | #if defined __GNUC__ && defined __STDC__ |
11 | /* gcc -traditional doesn't have PACKED, UNUSED and NORETURN */ | 18 | /* gcc -traditional doesn't have PACKED, UNUSED and NORETURN */ |
12 | # 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 57be935487..1bed4e7614 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 2ef9b371a5cc44e730143e694d71665831fac216 Mon Sep 17 00:00:00 2001 | 1 | From 0953b744b0257e26c170fb6d6b4c0f6210e4ae43 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. |
@@ -6,16 +6,15 @@ Subject: [PATCH] Disabled reading host configs. | |||
6 | Upstream-Status: Inappropriate [native] | 6 | Upstream-Status: Inappropriate [native] |
7 | 7 | ||
8 | Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> | 8 | Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> |
9 | |||
10 | --- | 9 | --- |
11 | config.c | 8 -------- | 10 | config.c | 8 -------- |
12 | 1 file changed, 8 deletions(-) | 11 | 1 file changed, 8 deletions(-) |
13 | 12 | ||
14 | diff --git a/config.c b/config.c | 13 | diff --git a/config.c b/config.c |
15 | index 2f6a297..3181ed7 100644 | 14 | index 358282b..8ebafb4 100644 |
16 | --- a/config.c | 15 | --- a/config.c |
17 | +++ b/config.c | 16 | +++ b/config.c |
18 | @@ -844,14 +844,6 @@ void read_config(void) | 17 | @@ -868,14 +868,6 @@ void read_config(void) |
19 | memcpy(devices, const_devices, | 18 | memcpy(devices, const_devices, |
20 | nr_const_devices*sizeof(struct device)); | 19 | nr_const_devices*sizeof(struct device)); |
21 | 20 | ||
diff --git a/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch b/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch index 6ae91d6cb9..3771f94c59 100644 --- a/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch +++ b/meta/recipes-devtools/mtools/mtools/mtools-makeinfo.patch | |||
@@ -1,17 +1,16 @@ | |||
1 | From 3cf56b36db78679273f61ba78fbbf7f3fab52f68 Mon Sep 17 00:00:00 2001 | 1 | From 184b76e9742ff89f90a066edb0f46b4a150351cf Mon Sep 17 00:00:00 2001 |
2 | From: Marcin Juszkiewicz <hrw@openedhand.com> | 2 | From: Marcin Juszkiewicz <hrw@openedhand.com> |
3 | Date: Fri, 8 Jun 2007 08:35:12 +0000 | 3 | Date: Fri, 8 Jun 2007 08:35:12 +0000 |
4 | Subject: [PATCH] mtools: imported from OE | 4 | Subject: [PATCH] mtools: imported from OE |
5 | 5 | ||
6 | Upstream-Status: Inappropriate [licensing] | 6 | Upstream-Status: Inappropriate [licensing] |
7 | |||
8 | --- | 7 | --- |
9 | Makefile.in | 11 ++++++----- | 8 | Makefile.in | 11 ++++++----- |
10 | configure.in | 27 +++++++++++++++++++++++++++ | 9 | configure.in | 27 +++++++++++++++++++++++++++ |
11 | 2 files changed, 33 insertions(+), 5 deletions(-) | 10 | 2 files changed, 33 insertions(+), 5 deletions(-) |
12 | 11 | ||
13 | diff --git a/Makefile.in b/Makefile.in | 12 | diff --git a/Makefile.in b/Makefile.in |
14 | index 616d59f..85b5b1d 100644 | 13 | index 5db50d7..92ad461 100644 |
15 | --- a/Makefile.in | 14 | --- a/Makefile.in |
16 | +++ b/Makefile.in | 15 | +++ b/Makefile.in |
17 | @@ -26,10 +26,11 @@ USERCFLAGS = | 16 | @@ -26,10 +26,11 @@ USERCFLAGS = |
@@ -30,7 +29,7 @@ index 616d59f..85b5b1d 100644 | |||
30 | 29 | ||
31 | 30 | ||
32 | # do not edit below this line | 31 | # do not edit below this line |
33 | @@ -199,7 +200,7 @@ dvi: mtools.dvi | 32 | @@ -185,7 +186,7 @@ dvi: mtools.dvi |
34 | 33 | ||
35 | ps: mtools.ps | 34 | ps: mtools.ps |
36 | %.ps: %.dvi | 35 | %.ps: %.dvi |
@@ -40,10 +39,10 @@ index 616d59f..85b5b1d 100644 | |||
40 | pdf: mtools.pdf | 39 | pdf: mtools.pdf |
41 | %.pdf: %.texi sysconfdir.texi | 40 | %.pdf: %.texi sysconfdir.texi |
42 | diff --git a/configure.in b/configure.in | 41 | diff --git a/configure.in b/configure.in |
43 | index 5ff75c1..c0f7440 100644 | 42 | index 1de916e..fd6cb08 100644 |
44 | --- a/configure.in | 43 | --- a/configure.in |
45 | +++ b/configure.in | 44 | +++ b/configure.in |
46 | @@ -35,6 +35,33 @@ AC_CANONICAL_SYSTEM | 45 | @@ -32,6 +32,33 @@ AC_CANONICAL_TARGET |
47 | AC_C_CONST | 46 | AC_C_CONST |
48 | AC_C_INLINE | 47 | AC_C_INLINE |
49 | 48 | ||
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.43.bb b/meta/recipes-devtools/mtools/mtools_4.0.44.bb index 859103979e..d8dd671be2 100644 --- a/meta/recipes-devtools/mtools/mtools_4.0.43.bb +++ b/meta/recipes-devtools/mtools/mtools_4.0.44.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] = "541e179665dc4e272b9602f2074243591a157da89cc47064da8c5829dbd2b339" | 27 | SRC_URI[sha256sum] = "37dc4df022533c3d4b2ec1c78973c27c7e8b585374c2d46ab64c6a3db31eddb8" |
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 \ |