diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2009-04-29 01:43:28 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2009-05-20 23:23:21 -0300 |
commit | d24c53100d960b9e3cf824a1d818749784a5b0ce (patch) | |
tree | 945ac13ae16465131ba8ff4f1087c3f945ea5d20 /recipes/mtools/mtools_4.0.10.bb | |
parent | f56580bbd4bd8fcc49a236ef8a4ceb07b8754619 (diff) |
mtools: update to 4.0.10 since 3.9.11 was not available anymore
During the updating we've also grabed two patches from Debian that
improves the stability of mtools in recent kernels. Those are:
- plainio.patch
- use-sg_io.patch
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes/mtools/mtools_4.0.10.bb')
-rw-r--r-- | recipes/mtools/mtools_4.0.10.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/recipes/mtools/mtools_4.0.10.bb b/recipes/mtools/mtools_4.0.10.bb new file mode 100644 index 0000000000..5b7f0cd890 --- /dev/null +++ b/recipes/mtools/mtools_4.0.10.bb @@ -0,0 +1,20 @@ +# mtools OE build file +# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved +# Copyright (C) 2009, O.S. Systems Software Ltda. 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" + +SRC_URI="http://ftp.gnu.org/gnu/mtools/mtools-${PV}.tar.bz2 \ + file://m486.patch;patch=1 \ + file://mtools-makeinfo.patch;patch=1 \ + file://plainio.patch;patch=1 \ + file://use-sg_io.patch;patch=1" + +S = "${WORKDIR}/mtools-${PV}" + +inherit autotools + +EXTRA_OECONF = "--without-x" |