diff options
| author | Scott Garman <scott.a.garman@intel.com> | 2011-10-24 18:59:32 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-27 08:29:51 +0100 |
| commit | c9ec9d441cbce30e1f9ed07a66c125827cec659d (patch) | |
| tree | 67dbc5806aa23581195f255993934e82a98ff203 /meta/recipes-devtools/mtools/mtools_4.0.17.bb | |
| parent | f0ff43baea876b09c27236c148095300d6d3f85d (diff) | |
| download | poky-c9ec9d441cbce30e1f9ed07a66c125827cec659d.tar.gz | |
mtools: upgrade to 4.0.17
(From OE-Core rev: cec39345f6f5582dbc86a861882507eabe2b0979)
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.17.bb')
| -rw-r--r-- | meta/recipes-devtools/mtools/mtools_4.0.17.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.17.bb b/meta/recipes-devtools/mtools/mtools_4.0.17.bb new file mode 100644 index 0000000000..e4666ff3d7 --- /dev/null +++ b/meta/recipes-devtools/mtools/mtools_4.0.17.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 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] = "15571c615d8f75f5f6d294272f80c7fa" | ||
| 15 | SRC_URI[sha256sum] = "0ecc358e30a72d215b1d4c625b27e67121cd6f6075370dfb791ef2a8b980ecb6" | ||
| 16 | |||
| 17 | inherit autotools | ||
| 18 | |||
| 19 | EXTRA_OECONF = "--without-x" | ||
| 20 | |||
| 21 | PARALLEL_MAKEINST = "" | ||
| 22 | |||
| 23 | BBCLASSEXTEND = "native" | ||
