[oe-commits] [meta-openembedded] 60/62: exfat-utils: update SRC_URI

git at git.openembedded.org git at git.openembedded.org
Tue Mar 7 13:29:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

martin_jansa pushed a commit to branch morty-next
in repository meta-openembedded.

commit 6d6efa252378f944c2a0d510265925665a3465fe
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Fri Feb 10 22:53:28 2017 -0500

    exfat-utils: update SRC_URI
    
    ERROR: exfat-utils-1.2.3-r0 do_checkuri: Fetcher failure for URL: 'ftp://ftp.debian.org/debian/pool/main/e/exfat-utils/exfat-utils_1.2.3.orig.tar.gz'. URL ftp://ftp.debian.org/debian/pool/main/e/exfat-utils/exfat-utils_1.2.3.orig.tar.gz doesn't work
    ERROR: exfat-utils-1.2.3-r0 do_checkuri: Function failed: do_checkuri
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb b/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb
index 3019db7..440f336 100644
--- a/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb
+++ b/meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb
@@ -11,8 +11,9 @@ HOMEPAGE = "http://code.google.com/p/exfat/"
 SECTION = "universe/otherosfs"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-SRC_URI = "${DEBIAN_MIRROR}/main/e/exfat-utils/exfat-utils_${PV}.orig.tar.gz \
-"
+
+SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz"
+
 DEPENDS = "virtual/libc"
 
 inherit pkgconfig autotools

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list