summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mtools/mtools_4.0.15.bb
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2010-11-23 14:45:23 -0800
committerSaul Wold <Saul.Wold@intel.com>2010-11-24 13:25:21 -0800
commit70be879f0152558ebf494e5bf816b86bb342fcfa (patch)
tree52a4175c01eb63cb501e46cf0bd6d0e945a16a04 /meta/recipes-devtools/mtools/mtools_4.0.15.bb
parent698cef8322e5a5f18e50ce62f6c9d1f1f846677a (diff)
downloadpoky-70be879f0152558ebf494e5bf816b86bb342fcfa.tar.gz
mtools: add version 4.0.15
This is the latest release of mtools, which is also GPLv3. Leaving the previous recipe as-is since it is GPLv2. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-devtools/mtools/mtools_4.0.15.bb')
-rw-r--r--meta/recipes-devtools/mtools/mtools_4.0.15.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.15.bb b/meta/recipes-devtools/mtools/mtools_4.0.15.bb
new file mode 100644
index 0000000000..08f42cc910
--- /dev/null
+++ b/meta/recipes-devtools/mtools/mtools_4.0.15.bb
@@ -0,0 +1,21 @@
1SUMMARY = "Utilities to access MS-DOS disks without mounting them"
2DESCRIPTION = "Mtools is a collection of utilities to access MS-DOS disks from GNU and Unix without mounting them."
3HOMEPAGE = "http://www.gnu.org/software/mtools/"
4SECTION = "optional"
5LICENSE = "GPLv3"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
7
8PR = "r0"
9
10SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \
11 file://mtools-makeinfo.patch \
12 file://no-x11.gplv3.patch"
13
14SRC_URI[md5sum] = "b7550b649af77812cb696a780e853f47"
15SRC_URI[sha256sum] = "290defca107cc183a17c98d3f7d00db02228b724084a2a818f1dd6ea86973899"
16
17inherit autotools
18
19EXTRA_OECONF = "--without-x"
20
21BBCLASSEXTEND = "native"