summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/mtools/mtools_3.9.9.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
committerTudor Florea <tudor.florea@enea.com>2014-10-16 03:05:19 +0200
commitc527fd1f14c27855a37f2e8ac5346ce8d940ced2 (patch)
treebb002c1fdf011c41dbd2f0927bed23ecb5f83c97 /meta/recipes-devtools/mtools/mtools_3.9.9.bb
downloadpoky-daisy-140929.tar.gz
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta/recipes-devtools/mtools/mtools_3.9.9.bb')
-rw-r--r--meta/recipes-devtools/mtools/mtools_3.9.9.bb47
1 files changed, 47 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..38f09decd2
--- /dev/null
+++ b/meta/recipes-devtools/mtools/mtools_3.9.9.bb
@@ -0,0 +1,47 @@
1# mtools OE build file
2# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved
3# Released under the MIT license (see packages/COPYING)
4
5SUMMARY = "Utilities to access MS-DOS disks without mounting them"
6DESCRIPTION = "Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them."
7HOMEPAGE = "http://www.gnu.org/software/mtools/"
8LICENSE = "GPLv2+"
9LIC_FILES_CHKSUM = "file://COPYING;md5=92b58ec77696788ce278b044d2a8e9d3"
10PR = "r6"
11
12RDEPENDS_${PN} = "glibc-gconv-ibm850"
13RRECOMMENDS_${PN} = "\
14 glibc-gconv-ibm437 \
15 glibc-gconv-ibm737 \
16 glibc-gconv-ibm775 \
17 glibc-gconv-ibm851 \
18 glibc-gconv-ibm852 \
19 glibc-gconv-ibm855 \
20 glibc-gconv-ibm857 \
21 glibc-gconv-ibm860 \
22 glibc-gconv-ibm861 \
23 glibc-gconv-ibm862 \
24 glibc-gconv-ibm863 \
25 glibc-gconv-ibm865 \
26 glibc-gconv-ibm866 \
27 glibc-gconv-ibm869 \
28 "
29
30#http://mtools.linux.lu/mtools-${PV}.tar.gz
31SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/mtools-${PV}.tar.gz \
32 file://mtools-makeinfo.patch \
33 file://mtools.patch \
34 file://no-x11.patch"
35
36SRC_URI[md5sum] = "3e68b857b4e1f3a6521d1dfefbd30a36"
37SRC_URI[sha256sum] = "af083a73425d664d4607ef6c6564fd9319a0e47ee7c105259a45356cb834690e"
38
39S = "${WORKDIR}/mtools-${PV}"
40
41inherit autotools
42
43EXTRA_OECONF = "--without-x"
44
45PARALLEL_MAKEINST = ""
46
47BBCLASSEXTEND = "native nativesdk"