summaryrefslogtreecommitdiff
path: root/meta/packages/mtools/mtools_3.9.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/mtools/mtools_3.9.9.bb')
-rw-r--r--meta/packages/mtools/mtools_3.9.9.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/packages/mtools/mtools_3.9.9.bb b/meta/packages/mtools/mtools_3.9.9.bb
deleted file mode 100644
index 932d88f2a..000000000
--- a/meta/packages/mtools/mtools_3.9.9.bb
+++ /dev/null
@@ -1,22 +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"
-
-#http://mtools.linux.lu/mtools-${PV}.tar.gz
-SRC_URI="http://folks.o-hand.com/richard/poky/sources/mtools-${PV}.tar.gz \
- file://mtools-makeinfo.patch;patch=1 \
- file://mtools.patch;patch=1 \
- file://no-x11.patch;patch=1"
-
-S = "${WORKDIR}/mtools-${PV}"
-
-inherit autotools
-
-EXTRA_OECONF = "--without-x"
-
-BBCLASSEXTEND = "native"