[oe-commits] Paul Eggleton : mtools: fix SRC_URI for GPLv2 version

git at git.openembedded.org git at git.openembedded.org
Wed Dec 21 17:20:33 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 915462bee73a22dc416b478fd7981c58dca9cf02
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=915462bee73a22dc416b478fd7981c58dca9cf02

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Mon Dec 19 15:44:05 2011 +0000

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

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 f0428c1..02921f7 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 @@
 # 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="GPLv2+"
+DESCRIPTION = "Mtools is a collection of utilities for accessing MS-DOS disks from Unix without mounting them."
+HOMEPAGE = "http://www.gnu.org/software/mtools/"
+LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=92b58ec77696788ce278b044d2a8e9d3"
 PR = "r4"
 
 #http://mtools.linux.lu/mtools-${PV}.tar.gz 
-SRC_URI="http://folks.o-hand.com/richard/poky/sources/mtools-${PV}.tar.gz \
+SRC_URI = "http://autobuilder.yoctoproject.org/sources/mtools-${PV}.tar.gz \
 	file://mtools-makeinfo.patch \
 	file://mtools.patch \
 	file://no-x11.patch"
 
+SRC_URI[md5sum] = "3e68b857b4e1f3a6521d1dfefbd30a36"
+SRC_URI[sha256sum] = "af083a73425d664d4607ef6c6564fd9319a0e47ee7c105259a45356cb834690e"
+
 S = "${WORKDIR}/mtools-${PV}"
 
 inherit autotools





More information about the Openembedded-commits mailing list