aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/lzip
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2013-06-18 22:39:33 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-06-27 18:52:23 +0200
commit6d7d2b9912837f10a107e474e1163d38a5affebc (patch)
tree33a788bdde06b41f4a866ace7d85f8542bf41bdf /meta-oe/recipes-support/lzip
parent05270e3741cc5fadaa1359d3f65855bbea7b6e56 (diff)
downloadmeta-openembedded-contrib-6d7d2b9912837f10a107e474e1163d38a5affebc.tar.gz
lzip: add mirror for older versions
Older versions are available in .tar.lz format from the official source but that would cause a circular dependency on lzip-native if the host doesn't already have lzip. Fortunately the file we need is available from FreeBSD's distfiles. Signed-off-by: Paul Barker <paul@paulbarker.me.uk> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/lzip')
-rw-r--r--meta-oe/recipes-support/lzip/lzip_1.13.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/lzip/lzip_1.13.bb b/meta-oe/recipes-support/lzip/lzip_1.13.bb
index e04b6dc8f3..f3f480b0fe 100644
--- a/meta-oe/recipes-support/lzip/lzip_1.13.bb
+++ b/meta-oe/recipes-support/lzip/lzip_1.13.bb
@@ -6,6 +6,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949"
SRC_URI = "http://download.savannah.gnu.org/releases/lzip/lzip-${PV}.tar.gz"
+# Only the latest version is available in .tar.gz format from savannah.gnu.org,
+# FreeBSD distfiles is known to have version 1.13.
+MIRRORS += "http://download.savannah.gnu.org/releases/lzip/ ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/"
+
SRC_URI[md5sum] = "2f401e995c36cca05bd1805aa9c28231"
SRC_URI[sha256sum] = "c73d36c0a926b71d484eacc192262a1d209674e3f903016f2c74a2bcbc5c28ac"