From 2edc34e12e3295b920d319d8a05b8fc5b46549ee Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 20 May 2008 12:45:16 +0000 Subject: mtools: update 3.9.9 > 3.9.11 --- packages/mtools/mtools-native_3.9.11.bb | 7 +++++++ packages/mtools/mtools-native_3.9.9.bb | 7 ------- packages/mtools/mtools_3.9.11.bb | 19 +++++++++++++++++++ packages/mtools/mtools_3.9.9.bb | 19 ------------------- 4 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 packages/mtools/mtools-native_3.9.11.bb delete mode 100644 packages/mtools/mtools-native_3.9.9.bb create mode 100644 packages/mtools/mtools_3.9.11.bb delete mode 100644 packages/mtools/mtools_3.9.9.bb diff --git a/packages/mtools/mtools-native_3.9.11.bb b/packages/mtools/mtools-native_3.9.11.bb new file mode 100644 index 0000000000..c82f7404eb --- /dev/null +++ b/packages/mtools/mtools-native_3.9.11.bb @@ -0,0 +1,7 @@ +# mtools-native OE build file +# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +require mtools_${PV}.bb + +inherit autotools native diff --git a/packages/mtools/mtools-native_3.9.9.bb b/packages/mtools/mtools-native_3.9.9.bb deleted file mode 100644 index c82f7404eb..0000000000 --- a/packages/mtools/mtools-native_3.9.9.bb +++ /dev/null @@ -1,7 +0,0 @@ -# mtools-native OE build file -# Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved -# Released under the MIT license (see packages/COPYING) - -require mtools_${PV}.bb - -inherit autotools native diff --git a/packages/mtools/mtools_3.9.11.bb b/packages/mtools/mtools_3.9.11.bb new file mode 100644 index 0000000000..eca9909e8f --- /dev/null +++ b/packages/mtools/mtools_3.9.11.bb @@ -0,0 +1,19 @@ +# 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" + +SRC_URI="http://mtools.linux.lu/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" diff --git a/packages/mtools/mtools_3.9.9.bb b/packages/mtools/mtools_3.9.9.bb deleted file mode 100644 index eca9909e8f..0000000000 --- a/packages/mtools/mtools_3.9.9.bb +++ /dev/null @@ -1,19 +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" - -SRC_URI="http://mtools.linux.lu/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" -- cgit v1.2.3