mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
gd: Add mirror for when libgd.org is down
Added http://fossies.org/unix/www/ as a mirror of http://www.libgd.org/releases/ so that gd-2.0.36RC1.tar.gz can still be downloaded when libgd.org is down. 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
b0fb477a11
commit
b07f0a239e
@@ -9,6 +9,8 @@ SRC_URI = "http://www.libgd.org/releases/gd-2.0.36RC1.tar.gz"
|
||||
SRC_URI[md5sum] = "39ac48e6d5e0012a3bd2248a0102f209"
|
||||
SRC_URI[sha256sum] = "dd7c1795271221b9237769b96b8cec7fbdc5db7b8954d864ead51fc1296a6ac8"
|
||||
|
||||
MIRRORS += "http://www.libgd.org/releases/ http://fossies.org/unix/www/ \n"
|
||||
|
||||
S = "${WORKDIR}/gd-2.0.36RC1"
|
||||
|
||||
inherit autotools binconfig gettext
|
||||
|
||||
Reference in New Issue
Block a user