diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-01-27 18:32:54 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-03 14:53:52 +0000 |
commit | b0a28c085addd93f6361a00c1bc6936348feaa04 (patch) | |
tree | 90eb2192526add3da09718afdd452457fbc1abbc /meta | |
parent | eb0c8d50f1047278c7288f1366a67470e9c75d27 (diff) | |
download | poky-b0a28c085addd93f6361a00c1bc6936348feaa04.tar.gz |
dosfstools: fix SRC_URI
Fixed:
WARNING: Failed to fetch URL ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-2.11.src.tar.gz, attempting MIRRORS if available
And add a HOMEPAGE for it, there is no dosfstools 2.11 on its official
page (but 3.x).
(From OE-Core rev: cba73a598abc396fae4fb582be98fc04cb2a580f)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/dosfstools/dosfstools_2.11.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb b/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb index b59b25019c..d1c24b8748 100644 --- a/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb +++ b/meta/recipes-devtools/dosfstools/dosfstools_2.11.bb | |||
@@ -2,13 +2,14 @@ | |||
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 | SUMMARY = "DOS FAT Filesystem Utilities" | 4 | SUMMARY = "DOS FAT Filesystem Utilities" |
5 | HOMEPAGE = "http://daniel-baumann.ch/software/dosfstools/" | ||
5 | 6 | ||
6 | SECTION = "base" | 7 | SECTION = "base" |
7 | LICENSE = "GPLv2" | 8 | LICENSE = "GPLv2" |
8 | LIC_FILES_CHKSUM = "file://mkdosfs/COPYING;md5=cbe67f08d6883bff587f615f0cc81aa8" | 9 | LIC_FILES_CHKSUM = "file://mkdosfs/COPYING;md5=cbe67f08d6883bff587f615f0cc81aa8" |
9 | PR = "r5" | 10 | PR = "r5" |
10 | 11 | ||
11 | SRC_URI = "ftp://ftp.uni-erlangen.de/pub/Linux/LOCAL/dosfstools/dosfstools-${PV}.src.tar.gz \ | 12 | SRC_URI = "http://pkgs.fedoraproject.org/repo/pkgs/${BPN}/${BP}.src.tar.gz/407d405ade410f7597d364ab5dc8c9f6/${BP}.src.tar.gz \ |
12 | file://mkdosfs-bootcode.patch \ | 13 | file://mkdosfs-bootcode.patch \ |
13 | file://mkdosfs-dir.patch \ | 14 | file://mkdosfs-dir.patch \ |
14 | file://alignment_hack.patch \ | 15 | file://alignment_hack.patch \ |