aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mtools/mtools_3.9.9.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/mtools/mtools_3.9.9.bb')
-rw-r--r--meta/recipes-devtools/mtools/mtools_3.9.9.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta/recipes-devtools/mtools/mtools_3.9.9.bb b/meta/recipes-devtools/mtools/mtools_3.9.9.bb
new file mode 100644
index 0000000000..932d88f2a3
--- /dev/null
+++ b/meta/recipes-devtools/mtools/mtools_3.9.9.bb
@@ -0,0 +1,22 @@
+# 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"