summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/mtools/mtools_4.0.16.bb
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2011-10-24 18:59:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-27 08:29:21 +0100
commitcec39345f6f5582dbc86a861882507eabe2b0979 (patch)
treeca80b54881fda35d8f3a12768577f53c81e32939 /meta/recipes-devtools/mtools/mtools_4.0.16.bb
parentc11e8c6976903582b37b49ec27327f25e4218e34 (diff)
downloadopenembedded-core-cec39345f6f5582dbc86a861882507eabe2b0979.tar.gz
openembedded-core-cec39345f6f5582dbc86a861882507eabe2b0979.tar.bz2
openembedded-core-cec39345f6f5582dbc86a861882507eabe2b0979.tar.xz
openembedded-core-cec39345f6f5582dbc86a861882507eabe2b0979.zip
mtools: upgrade to 4.0.17
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'meta/recipes-devtools/mtools/mtools_4.0.16.bb')
-rw-r--r--meta/recipes-devtools/mtools/mtools_4.0.16.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.16.bb b/meta/recipes-devtools/mtools/mtools_4.0.16.bb
deleted file mode 100644
index df6785468..000000000
--- a/meta/recipes-devtools/mtools/mtools_4.0.16.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-SUMMARY = "Utilities to access MS-DOS disks without mounting them"
-DESCRIPTION = "Mtools is a collection of utilities to access MS-DOS disks from GNU and Unix without mounting them."
-HOMEPAGE = "http://www.gnu.org/software/mtools/"
-SECTION = "optional"
-LICENSE = "GPLv3"
-LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
-
-PR = "r0"
-
-SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \
- file://mtools-makeinfo.patch \
- file://no-x11.gplv3.patch"
-
-SRC_URI[md5sum] = "e9b07f35272210f407012abaf5d1b9b5"
-SRC_URI[sha256sum] = "7c9e337786d142399d37202ff2002f95bfb3f4e96620223a18d7206708ad2ed5"
-
-inherit autotools
-
-EXTRA_OECONF = "--without-x"
-
-PARALLEL_MAKEINST = ""
-
-BBCLASSEXTEND = "native"