mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
05270e3741
commit
6d7d2b9912
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user