diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-12-19 15:44:05 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-21 17:16:30 +0000 |
commit | 633d7a7f894f0aee2690d532a1ce5ee1caf9123a (patch) | |
tree | 9c265849836e3cdae4cc66a144bd9c0649c265a4 /meta/recipes-devtools/mtools/mtools_3.9.9.bb | |
parent | 4260f0389a25cbc7c7c62e11f4046518bb2fd4e0 (diff) | |
download | poky-633d7a7f894f0aee2690d532a1ce5ee1caf9123a.tar.gz |
mtools: fix SRC_URI for GPLv2 version
* folks.o-hand.com no longer exists, use the yoctoproject.org mirror
instead (folks.o-hand.com was only being used because the upstream
site removed this version in any case.)
* Update HOMEPAGE
* Fix spacing
(From OE-Core rev: 915462bee73a22dc416b478fd7981c58dca9cf02)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/mtools/mtools_3.9.9.bb')
-rw-r--r-- | meta/recipes-devtools/mtools/mtools_3.9.9.bb | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/meta/recipes-devtools/mtools/mtools_3.9.9.bb b/meta/recipes-devtools/mtools/mtools_3.9.9.bb index f0428c10e3..02921f76b1 100644 --- a/meta/recipes-devtools/mtools/mtools_3.9.9.bb +++ b/meta/recipes-devtools/mtools/mtools_3.9.9.bb | |||
@@ -2,18 +2,21 @@ | |||
2 | # Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved | 2 | # Copyright (C) 2004-2006, Advanced Micro Devices, Inc. All Rights Reserved |
3 | # Released under the MIT license (see packages/COPYING) | 3 | # Released under the MIT license (see packages/COPYING) |
4 | 4 | ||
5 | DESCRIPTION="Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them." | 5 | DESCRIPTION = "Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them." |
6 | HOMEPAGE="http://mtools.linux.lu" | 6 | HOMEPAGE = "http://www.gnu.org/software/mtools/" |
7 | LICENSE="GPLv2+" | 7 | LICENSE = "GPLv2+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=92b58ec77696788ce278b044d2a8e9d3" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=92b58ec77696788ce278b044d2a8e9d3" |
9 | PR = "r4" | 9 | PR = "r4" |
10 | 10 | ||
11 | #http://mtools.linux.lu/mtools-${PV}.tar.gz | 11 | #http://mtools.linux.lu/mtools-${PV}.tar.gz |
12 | SRC_URI="http://folks.o-hand.com/richard/poky/sources/mtools-${PV}.tar.gz \ | 12 | SRC_URI = "http://autobuilder.yoctoproject.org/sources/mtools-${PV}.tar.gz \ |
13 | file://mtools-makeinfo.patch \ | 13 | file://mtools-makeinfo.patch \ |
14 | file://mtools.patch \ | 14 | file://mtools.patch \ |
15 | file://no-x11.patch" | 15 | file://no-x11.patch" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "3e68b857b4e1f3a6521d1dfefbd30a36" | ||
18 | SRC_URI[sha256sum] = "af083a73425d664d4607ef6c6564fd9319a0e47ee7c105259a45356cb834690e" | ||
19 | |||
17 | S = "${WORKDIR}/mtools-${PV}" | 20 | S = "${WORKDIR}/mtools-${PV}" |
18 | 21 | ||
19 | inherit autotools | 22 | inherit autotools |