diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gd/gd_2.0.35+2.0.36rc1.bb (renamed from recipes/gd/gd_2.0.33.bb) | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/recipes/gd/gd_2.0.33.bb b/recipes/gd/gd_2.0.35+2.0.36rc1.bb index 7e47b0883e..efba70e9d5 100644 --- a/recipes/gd/gd_2.0.33.bb +++ b/recipes/gd/gd_2.0.35+2.0.36rc1.bb @@ -4,8 +4,11 @@ DESCRIPTION = "gd is a library used to create PNG, JPEG, or WBMP images." DEPENDS = "libpng jpeg zlib" PR = "r2" -SRC_URI = "http://www.boutell.com/gd/http/gd-${PV}.tar.gz" -S = "${WORKDIR}/gd-${PV}" +SRC_URI = "http://www.libgd.org/releases/gd-2.0.36RC1.tar.gz;name=src" +SRC_URI[src.md5sum] = "39ac48e6d5e0012a3bd2248a0102f209" +SRC_URI[src.sha256sum] = "dd7c1795271221b9237769b96b8cec7fbdc5db7b8954d864ead51fc1296a6ac8" + +S = "${WORKDIR}/gd-2.0.36RC1" inherit autotools binconfig gettext |