[oe-commits] [openembedded-core] 07/14: freetype: upgrade to 2.10.1

git at git.openembedded.org git at git.openembedded.org
Sat Jul 20 11:06:09 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 18875698e182d5eb5a9bc1f95abdc2348f66cedc
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Jul 19 22:16:19 2019 +0100

    freetype: upgrade to 2.10.1
    
    Also switch SRC_URI to the nongnu mirrors as they're more reliable than
    Sourceforge.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../freetype/{freetype_2.10.0.bb => freetype_2.10.1.bb}           | 8 +++-----
 1 file 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
similarity index 86%
rename from meta/recipes-graphics/freetype/freetype_2.10.0.bb
rename to meta/recipes-graphics/freetype/freetype_2.10.1.bb
index 200f43c..b179a0e 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
                     file://docs/FTL.TXT;md5=9f37b4e6afa3fef9dba8932b16bd3f97 \
                     file://docs/GPLv2.TXT;md5=8ef380476f642c20ebf40fecb0add2ec"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/freetype/freetype-${PV}.tar.bz2 \
+SRC_URI = "${SAVANNAH_NONGNU_MIRROR}/${BPN}/${BP}.tar.xz \
            file://use-right-libtool.patch \
           "
+SRC_URI[md5sum] = "bd42e75127f8431923679480efb5ba8f"
+SRC_URI[sha256sum] = "16dbfa488a21fe827dc27eaf708f42f7aa3bb997d745d31a19781628c36ba26f"
 
-UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/freetype/files/freetype2/"
 UPSTREAM_CHECK_REGEX = "freetype-(?P<pver>\d+(\.\d+)+)"
 
-SRC_URI[md5sum] = "a717e6925b61b9dda946322ecd278a42"
-SRC_URI[sha256sum] = "fccc62928c65192fff6c98847233b28eb7ce05f12d2fea3f6cc90e8b4e5fbe06"
-
 inherit autotools pkgconfig multilib_header
 
 # Adapt autotools to work with the minimal autoconf usage in freetype

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list