diff options
author | Paul Barker <paul@paulbarker.me.uk> | 2013-03-28 14:38:32 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-04-08 14:12:24 +0200 |
commit | b07f0a239e7ee2b81157399b6befa811a5009813 (patch) | |
tree | fd91488ca2d45a22e28f05aa0186aca7b422bb60 /meta-oe/recipes-support | |
parent | b0fb477a11d24cc64a40f29dfd934b5e78f6cc7d (diff) | |
download | meta-openembedded-b07f0a239e7ee2b81157399b6befa811a5009813.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r-- | meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb b/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb index 9615371ad..2439d5266 100644 --- a/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb +++ b/meta-oe/recipes-support/gd/gd_2.0.35+2.0.36rc1.bb | |||
@@ -9,6 +9,8 @@ SRC_URI = "http://www.libgd.org/releases/gd-2.0.36RC1.tar.gz" | |||
9 | SRC_URI[md5sum] = "39ac48e6d5e0012a3bd2248a0102f209" | 9 | SRC_URI[md5sum] = "39ac48e6d5e0012a3bd2248a0102f209" |
10 | SRC_URI[sha256sum] = "dd7c1795271221b9237769b96b8cec7fbdc5db7b8954d864ead51fc1296a6ac8" | 10 | SRC_URI[sha256sum] = "dd7c1795271221b9237769b96b8cec7fbdc5db7b8954d864ead51fc1296a6ac8" |
11 | 11 | ||
12 | MIRRORS += "http://www.libgd.org/releases/ http://fossies.org/unix/www/ \n" | ||
13 | |||
12 | S = "${WORKDIR}/gd-2.0.36RC1" | 14 | S = "${WORKDIR}/gd-2.0.36RC1" |
13 | 15 | ||
14 | inherit autotools binconfig gettext | 16 | inherit autotools binconfig gettext |