summaryrefslogtreecommitdiff
path: root/packages/mtools/mtools_3.9.11.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/mtools/mtools_3.9.11.bb')
-rw-r--r--packages/mtools/mtools_3.9.11.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/packages/mtools/mtools_3.9.11.bb b/packages/mtools/mtools_3.9.11.bb
deleted file mode 100644
index 4d1822f0d7..0000000000
--- a/packages/mtools/mtools_3.9.11.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-# mtools OE build file
-# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
-# Released under the MIT license (see packages/COPYING)
-
-DESCRIPTION="Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them."
-HOMEPAGE="http://mtools.linux.lu"
-LICENSE="GPL"
-PR = "r4"
-
-SRC_URI="http://mtools.linux.lu/mtools-${PV}.tar.gz \
- file://m486.patch;patch=1 \
- file://mtools-makeinfo.patch;patch=1 \
- file://no-x11.patch;patch=1"
-
-S = "${WORKDIR}/mtools-${PV}"
-
-inherit autotools
-
-EXTRA_OECONF = "--without-x"