diff options
author | Ross Burton <ross.burton@intel.com> | 2019-07-19 22:16:19 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-22 17:31:03 +0100 |
commit | fa103d3481c838ab98379ea1adfde6f61b8b7664 (patch) | |
tree | d663046bb45c33ae72908a8203c6242d72ef8cbc | |
parent | 82b5ed6acf2c1755eadc7901c0aa2952d7f9adbc (diff) | |
download | poky-fa103d3481c838ab98379ea1adfde6f61b8b7664.tar.gz |
freetype: upgrade to 2.10.1
Also switch SRC_URI to the nongnu mirrors as they're more reliable than
Sourceforge.
(From OE-Core rev: 18875698e182d5eb5a9bc1f95abdc2348f66cedc)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/freetype/freetype_2.10.1.bb (renamed from meta/recipes-graphics/freetype/freetype_2.10.0.bb) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-graphics/freetype/freetype_2.10.0.bb b/meta/recipes-graphics/freetype/freetype_2.10.1.bb index 200f43c21b..b179a0ed47 100644 --- a/meta/recipes-graphics/freetype/freetype_2.10.0.bb +++ b/meta/recipes-graphics/freetype/freetype_2.10.1.bb | |||
@@ -12,16 +12,14 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE.TXT;md5=4af6221506f202774ef74f64932878a1 | |||
12 | file://docs/FTL.TXT;md5=9f37b4e6afa3fef9dba8932b16bd3f97 \ | 12 | file://docs/FTL.TXT;md5=9f37b4e6afa3fef9dba8932b16bd3f97 \ |
13 | file://docs/GPLv2.TXT;md5=8ef380476f642c20ebf40fecb0add2ec" | 13 | file://docs/GPLv2.TXT;md5=8ef380476f642c20ebf40fecb0add2ec" |
14 | 14 | ||
15 | SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \ | 15 | SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/${BPN}/${BP}.tar.xz \ |
16 | file://use-right-libtool.patch \ | 16 | file://use-right-libtool.patch \ |
17 | " | 17 | " |
18 | SRC_URI[md5sum] = "bd42e75127f8431923679480efb5ba8f" | ||
19 | SRC_URI[sha256sum] = "16dbfa488a21fe827dc27eaf708f42f7aa3bb997d745d31a19781628c36ba26f" | ||
18 | 20 | ||
19 | UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/freetype/files/freetype2/" | ||
20 | UPSTREAM_CHECK_REGEX = "freetype-(?P<pver>\d+(\.\d+)+)" | 21 | UPSTREAM_CHECK_REGEX = "freetype-(?P<pver>\d+(\.\d+)+)" |
21 | 22 | ||
22 | SRC_URI[md5sum] = "a717e6925b61b9dda946322ecd278a42" | ||
23 | SRC_URI[sha256sum] = "fccc62928c65192fff6c98847233b28eb7ce05f12d2fea3f6cc90e8b4e5fbe06" | ||
24 | |||
25 | inherit autotools pkgconfig multilib_header | 23 | inherit autotools pkgconfig multilib_header |
26 | 24 | ||
27 | # Adapt autotools to work with the minimal autoconf usage in freetype | 25 | # Adapt autotools to work with the minimal autoconf usage in freetype |