diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/mtools/mtools/no-x11.gplv3.patch | 9 | ||||
-rw-r--r-- | meta/recipes-devtools/mtools/mtools_4.0.16.bb (renamed from meta/recipes-devtools/mtools/mtools_4.0.15.bb) | 4 |
2 files changed, 8 insertions, 5 deletions
diff --git a/meta/recipes-devtools/mtools/mtools/no-x11.gplv3.patch b/meta/recipes-devtools/mtools/mtools/no-x11.gplv3.patch index 7d1f545910..9cb3e39f5c 100644 --- a/meta/recipes-devtools/mtools/mtools/no-x11.gplv3.patch +++ b/meta/recipes-devtools/mtools/mtools/no-x11.gplv3.patch | |||
@@ -1,6 +1,9 @@ | |||
1 | # Disable building with X11 support. | 1 | Disable building with X11 support. |
2 | # | 2 | |
3 | # Signed-off-by: Scott Garman <scott.a.garman@intel.com> | 3 | Upstream-Status: Inappropriate [disable feature] |
4 | |||
5 | Signed-off-by: Scott Garman <scott.a.garman@intel.com> | ||
6 | |||
4 | diff -urN mtools-4.0.15.orig//Makefile.in mtools-4.0.15//Makefile.in | 7 | diff -urN mtools-4.0.15.orig//Makefile.in mtools-4.0.15//Makefile.in |
5 | --- mtools-4.0.15.orig//Makefile.in 2010-10-17 08:41:09.000000000 -0700 | 8 | --- mtools-4.0.15.orig//Makefile.in 2010-10-17 08:41:09.000000000 -0700 |
6 | +++ mtools-4.0.15//Makefile.in 2010-11-23 13:59:49.258258374 -0800 | 9 | +++ mtools-4.0.15//Makefile.in 2010-11-23 13:59:49.258258374 -0800 |
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.15.bb b/meta/recipes-devtools/mtools/mtools_4.0.16.bb index 08f42cc910..f5dca26724 100644 --- a/meta/recipes-devtools/mtools/mtools_4.0.15.bb +++ b/meta/recipes-devtools/mtools/mtools_4.0.16.bb | |||
@@ -11,8 +11,8 @@ SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ | |||
11 | file://mtools-makeinfo.patch \ | 11 | file://mtools-makeinfo.patch \ |
12 | file://no-x11.gplv3.patch" | 12 | file://no-x11.gplv3.patch" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "b7550b649af77812cb696a780e853f47" | 14 | SRC_URI[md5sum] = "e9b07f35272210f407012abaf5d1b9b5" |
15 | SRC_URI[sha256sum] = "290defca107cc183a17c98d3f7d00db02228b724084a2a818f1dd6ea86973899" | 15 | SRC_URI[sha256sum] = "7c9e337786d142399d37202ff2002f95bfb3f4e96620223a18d7206708ad2ed5" |
16 | 16 | ||
17 | inherit autotools | 17 | inherit autotools |
18 | 18 | ||