diff options
| author | Armin Kuster <akuster808@gmail.com> | 2017-02-11 12:35:46 -0500 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-13 18:43:37 +0100 |
| commit | 93a44dfa48dca67b47b68adeca668d0f7c5b2678 (patch) | |
| tree | 6520790009f5f9d5533afe3a9cfd4be29f706689 | |
| parent | f87a2b06a3328e4540660c339cc779f33c5ac334 (diff) | |
| download | meta-openembedded-93a44dfa48dca67b47b68adeca668d0f7c5b2678.tar.gz | |
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@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-filesystems/recipes-utils/exfat-utils/exfat-utils_1.2.3.bb | 5 |
1 files 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 3019db7ab1..440f336184 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/" | |||
| 11 | SECTION = "universe/otherosfs" | 11 | SECTION = "universe/otherosfs" |
| 12 | LICENSE = "GPLv2" | 12 | LICENSE = "GPLv2" |
| 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 13 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 14 | SRC_URI = "${DEBIAN_MIRROR}/main/e/exfat-utils/exfat-utils_${PV}.orig.tar.gz \ | 14 | |
| 15 | " | 15 | SRC_URI = "https://github.com/relan/exfat/releases/download/v${PV}/${BP}.tar.gz" |
| 16 | |||
| 16 | DEPENDS = "virtual/libc" | 17 | DEPENDS = "virtual/libc" |
| 17 | 18 | ||
| 18 | inherit pkgconfig autotools | 19 | inherit pkgconfig autotools |
