diff options
-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 9615371add..2439d5266d 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 |