diff options
author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2021-03-16 18:42:09 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-16 21:37:15 -0700 |
commit | 61f7a1624a23b6b4af46e638936c121b25e89cdb (patch) | |
tree | de572121834f51a2e5b6b9dfc024496f3b24a4ba /meta-oe/recipes-support/gd | |
parent | 8a68829eb96bad566b325807fc727f64b4415800 (diff) | |
download | meta-openembedded-61f7a1624a23b6b4af46e638936c121b25e89cdb.tar.gz |
gd: upgrade 2.3.1 -> 2.3.2
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/gd')
-rw-r--r-- | meta-oe/recipes-support/gd/gd_2.3.2.bb (renamed from meta-oe/recipes-support/gd/gd_2.3.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/gd/gd_2.3.1.bb b/meta-oe/recipes-support/gd/gd_2.3.2.bb index 60abe73a1..37896415e 100644 --- a/meta-oe/recipes-support/gd/gd_2.3.1.bb +++ b/meta-oe/recipes-support/gd/gd_2.3.2.bb | |||
@@ -16,7 +16,7 @@ DEPENDS = "freetype libpng jpeg zlib tiff" | |||
16 | SRC_URI = "git://github.com/libgd/libgd.git;branch=master \ | 16 | SRC_URI = "git://github.com/libgd/libgd.git;branch=master \ |
17 | " | 17 | " |
18 | 18 | ||
19 | SRCREV = "75ef79c9b013fb5eafd92710b3867827682fd52d" | 19 | SRCREV = "2e40f55bfb460fc9d8cbcd290a0c9eb908d5af7e" |
20 | 20 | ||
21 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
22 | 22 | ||