diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2015-05-12 01:58:50 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-05-14 11:43:56 +0100 |
commit | 7d023441a95b844c0178f304d1a8ef9e59275d25 (patch) | |
tree | 24f53c2cfb31e1b8b9fca9a958888a3bff7faa04 | |
parent | 2682b78e130a1c409d1045c829e9198621c56582 (diff) | |
download | poky-7d023441a95b844c0178f304d1a8ef9e59275d25.tar.gz |
stat: fix SRC_URI
The old SRC_URI is redirected to the new one, fixed:
WARNING: Failed to fetch URL ftp://metalab.unc.edu/pub/Linux/utils/file/stat-3.3.tar.gz, attempting MIRRORS if available
(From OE-Core rev: 45034239c7e38ec991aa75d7c30417c22bfdef28)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/stat/stat_3.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/stat/stat_3.3.bb b/meta/recipes-extended/stat/stat_3.3.bb index 6754fb8cbd..8a19b3b7ed 100644 --- a/meta/recipes-extended/stat/stat_3.3.bb +++ b/meta/recipes-extended/stat/stat_3.3.bb | |||
@@ -5,7 +5,7 @@ LICENSE = "GPLv2" | |||
5 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=39886b077fd072e876e5c4c16310b631 \ | 5 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=39886b077fd072e876e5c4c16310b631 \ |
6 | file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f" | 6 | file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f" |
7 | 7 | ||
8 | SRC_URI = "ftp://metalab.unc.edu/pub/Linux/utils/file/stat-${PV}.tar.gz \ | 8 | SRC_URI = "http://www.ibiblio.org/pub/Linux/utils/file/${BP}.tar.gz \ |
9 | file://fix-error-return.patch" | 9 | file://fix-error-return.patch" |
10 | 10 | ||
11 | SRC_URI[md5sum] = "37e247e8e400ad9205f1b0500b728fd3" | 11 | SRC_URI[md5sum] = "37e247e8e400ad9205f1b0500b728fd3" |