diff options
author | Scott Garman <scott.a.garman@intel.com> | 2011-06-15 20:04:05 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-28 13:55:42 +0100 |
commit | 435b413c1785e9454f2464a5a9db9b5caf68c5a7 (patch) | |
tree | 29a40385c82571bf2c25711de0bbe57fed533089 /meta/recipes-devtools/mtools/mtools_4.0.16.bb | |
parent | 27c1285ee01dae5d289248024f3a77561ceed68e (diff) | |
download | poky-435b413c1785e9454f2464a5a9db9b5caf68c5a7.tar.gz |
mtools: upgrade to v4.0.16
Also added Upstream-Status: tag to a patch.
(From OE-Core rev: 09f5db4581cc412204f1407be9eba36c1af7376c)
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/mtools/mtools_4.0.16.bb')
-rw-r--r-- | meta/recipes-devtools/mtools/mtools_4.0.16.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.16.bb b/meta/recipes-devtools/mtools/mtools_4.0.16.bb new file mode 100644 index 0000000000..f5dca26724 --- /dev/null +++ b/meta/recipes-devtools/mtools/mtools_4.0.16.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | SUMMARY = "Utilities to access MS-DOS disks without mounting them" | ||
2 | DESCRIPTION = "Mtools is a collection of utilities to access MS-DOS disks from GNU and Unix without mounting them." | ||
3 | HOMEPAGE = "http://www.gnu.org/software/mtools/" | ||
4 | SECTION = "optional" | ||
5 | LICENSE = "GPLv3" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
7 | |||
8 | PR = "r0" | ||
9 | |||
10 | SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ | ||
11 | file://mtools-makeinfo.patch \ | ||
12 | file://no-x11.gplv3.patch" | ||
13 | |||
14 | SRC_URI[md5sum] = "e9b07f35272210f407012abaf5d1b9b5" | ||
15 | SRC_URI[sha256sum] = "7c9e337786d142399d37202ff2002f95bfb3f4e96620223a18d7206708ad2ed5" | ||
16 | |||
17 | inherit autotools | ||
18 | |||
19 | EXTRA_OECONF = "--without-x" | ||
20 | |||
21 | BBCLASSEXTEND = "native" | ||