mtools-3.9.9: Use correct URI for the mirror

(From OE-Core rev: b4206046476dc6ff758bb45cf0c97ab2c57893b6)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Saul Wold 2012-02-07 10:57:18 -08:00 committed by Richard Purdie
parent a50eeb884a
commit bdc50cbfbb
1 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,10 @@ DESCRIPTION = "Mtools is a collection of utilities for accessing MS-DOS disks fr
HOMEPAGE = "http://www.gnu.org/software/mtools/"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=92b58ec77696788ce278b044d2a8e9d3"
PR = "r4"
PR = "r5"
#http://mtools.linux.lu/mtools-${PV}.tar.gz
SRC_URI = "http://autobuilder.yoctoproject.org/sources/mtools-${PV}.tar.gz \
SRC_URI = "http://downloads.yoctoproject.org/mirror/sources/mtools-${PV}.tar.gz \
file://mtools-makeinfo.patch \
file://mtools.patch \
file://no-x11.patch"