[oe-commits] Robert Yang : stat: fix SRC_URI

git at git.openembedded.org git at git.openembedded.org
Tue May 12 14:52:31 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: 8aaf9cecf6adaa9dcd94bae67843098b9bb8e0ce
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8aaf9cecf6adaa9dcd94bae67843098b9bb8e0ce

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Tue May 12 01:58:50 2015 -0700

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

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/stat/stat_3.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/stat/stat_3.3.bb b/meta/recipes-extended/stat/stat_3.3.bb
index 6754fb8..8a19b3b 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"
 LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=39886b077fd072e876e5c4c16310b631 \
                     file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f"
 
-SRC_URI = "ftp://metalab.unc.edu/pub/Linux/utils/file/stat-${PV}.tar.gz \
+SRC_URI = "http://www.ibiblio.org/pub/Linux/utils/file/${BP}.tar.gz \
            file://fix-error-return.patch"
 
 SRC_URI[md5sum] = "37e247e8e400ad9205f1b0500b728fd3"



More information about the Openembedded-commits mailing list