From: Alexander Kanavin Date: Wed, 8 Feb 2023 07:21:16 +0000 (+0100) Subject: fontconfig: upgrade 2.14.1 -> 2.14.2 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1755 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a4b8736a8c6317b47156ec3d81776793a97939b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git fontconfig: upgrade 2.14.1 -> 2.14.2 License-update: remove fccache.c as all licenses are collected in COPYING. fcache.c used to contain a public domain notice of md5 implementation in the middle of itself, but that too has moved to COPYING. Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/fontconfig/fontconfig_2.14.1.bb b/meta/recipes-graphics/fontconfig/fontconfig_2.14.2.bb similarity index 92% rename from meta/recipes-graphics/fontconfig/fontconfig_2.14.1.bb rename to meta/recipes-graphics/fontconfig/fontconfig_2.14.2.bb index ae5a45be544..a3d29ddbae2 100644 --- a/meta/recipes-graphics/fontconfig/fontconfig_2.14.1.bb +++ b/meta/recipes-graphics/fontconfig/fontconfig_2.14.2.bb @@ -14,7 +14,6 @@ BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=fontconfig" LICENSE = "MIT & MIT & PD" LIC_FILES_CHKSUM = "file://COPYING;md5=00252fd272bf2e722925613ad74cb6c7 \ file://src/fcfreetype.c;endline=45;md5=ce976b310a013a6ace6b60afa71851c1 \ - file://src/fccache.c;beginline=1671;endline=1686;md5=906c2f04b0c79a1bcc84ecfca4de5619 \ " SECTION = "libs" @@ -25,7 +24,7 @@ SRC_URI = "http://fontconfig.org/release/fontconfig-${PV}.tar.gz \ file://revert-static-pkgconfig.patch \ " -SRC_URI[sha256sum] = "ae480e9ca34382790312ff062c625ec70df94d6d9a9366e2b2b3d525f7f90387" +SRC_URI[sha256sum] = "3ba2dd92158718acec5caaf1a716043b5aa055c27b081d914af3ccb40dce8a55" UPSTREAM_CHECK_REGEX = "fontconfig-(?P\d+\.\d+\.(?!9\d+)\d+)"