diff options
author | Ross Burton <ross.burton@intel.com> | 2016-05-19 11:43:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-19 22:31:34 +0100 |
commit | 879b2c5ee2ae39d6c1ae9d44ab243d8c7b7874b4 (patch) | |
tree | 496f69a029807ab8f850d59c61c68ba0eacb7489 | |
parent | 3e882977f9185161a9ec0e6fe9aeae1a445252f8 (diff) | |
download | openembedded-core-879b2c5ee2ae39d6c1ae9d44ab243d8c7b7874b4.tar.gz openembedded-core-879b2c5ee2ae39d6c1ae9d44ab243d8c7b7874b4.tar.bz2 openembedded-core-879b2c5ee2ae39d6c1ae9d44ab243d8c7b7874b4.zip |
unzip: update SRC_URI
The infozip FTP server appears to have been taken down, so change the SRC_URI to
point at their SourceForge project.
[ YOCTO #9655 ]
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/unzip/unzip_6.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb index 9efe75628a..239760660f 100644 --- a/meta/recipes-extended/unzip/unzip_6.0.bb +++ b/meta/recipes-extended/unzip/unzip_6.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=94caec5a51ef55ef711ee4e8b1c69e29" PE = "1" PR = "r5" -SRC_URI = "ftp://ftp.info-zip.org/pub/infozip/src/unzip60.tgz \ +SRC_URI = "${SOURCEFORGE_MIRROR}/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/unzip60.tar.gz \ file://avoid-strip.patch \ file://define-ldflags.patch \ file://06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch \ |