diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 14:36:22 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2014-06-26 15:32:53 +0200 |
| commit | f4cf9fe05bb3f32fabea4e54dd92d368967a80da (patch) | |
| tree | 487180fa9866985ea7b28e625651765d86f515c3 /meta/recipes-devtools/mtools/mtools_4.0.18.bb | |
| download | poky-f4cf9fe05bb3f32fabea4e54dd92d368967a80da.tar.gz | |
initial commit for Enea Linux 4.0
Migrated from the internal git server on the daisy-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta/recipes-devtools/mtools/mtools_4.0.18.bb')
| -rw-r--r-- | meta/recipes-devtools/mtools/mtools_4.0.18.bb | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/meta/recipes-devtools/mtools/mtools_4.0.18.bb b/meta/recipes-devtools/mtools/mtools_4.0.18.bb new file mode 100644 index 0000000000..0cc7f6c6e2 --- /dev/null +++ b/meta/recipes-devtools/mtools/mtools_4.0.18.bb | |||
| @@ -0,0 +1,40 @@ | |||
| 1 | SUMMARY = "Utilities to access MS-DOS disks without mounting them" | ||
| 2 | DESCRIPTION = "Mtools is a collection of utilities to access MS-DOS disks from GNU and Unix without mounting them." | ||
| 3 | HOMEPAGE = "http://www.gnu.org/software/mtools/" | ||
| 4 | SECTION = "optional" | ||
| 5 | LICENSE = "GPLv3" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 7 | |||
| 8 | |||
| 9 | RDEPENDS_${PN} = "glibc-gconv-ibm850" | ||
| 10 | RRECOMMENDS_${PN} = "\ | ||
| 11 | glibc-gconv-ibm437 \ | ||
| 12 | glibc-gconv-ibm737 \ | ||
| 13 | glibc-gconv-ibm775 \ | ||
| 14 | glibc-gconv-ibm851 \ | ||
| 15 | glibc-gconv-ibm852 \ | ||
| 16 | glibc-gconv-ibm855 \ | ||
| 17 | glibc-gconv-ibm857 \ | ||
| 18 | glibc-gconv-ibm860 \ | ||
| 19 | glibc-gconv-ibm861 \ | ||
| 20 | glibc-gconv-ibm862 \ | ||
| 21 | glibc-gconv-ibm863 \ | ||
| 22 | glibc-gconv-ibm865 \ | ||
| 23 | glibc-gconv-ibm866 \ | ||
| 24 | glibc-gconv-ibm869 \ | ||
| 25 | " | ||
| 26 | SRC_URI[md5sum] = "a23646617546bf6ad56f061d8b283c85" | ||
| 27 | SRC_URI[sha256sum] = "59e9cf80885399c4f229e5d87e49c0c2bfeec044e1386d59fcd0b0aead6b2f85" | ||
| 28 | |||
| 29 | SRC_URI = "${GNU_MIRROR}/mtools/mtools-${PV}.tar.bz2 \ | ||
| 30 | file://mtools-makeinfo.patch \ | ||
| 31 | file://no-x11.gplv3.patch" | ||
| 32 | |||
| 33 | |||
| 34 | inherit autotools | ||
| 35 | |||
| 36 | EXTRA_OECONF = "--without-x" | ||
| 37 | |||
| 38 | PARALLEL_MAKEINST = "" | ||
| 39 | |||
| 40 | BBCLASSEXTEND = "native nativesdk" | ||
