From: Wang Mingyu Date: Tue, 9 Apr 2024 07:09:59 +0000 (+0800) Subject: libical: upgrade 3.0.17 -> 3.0.18 X-Git-Tag: uninative-4.5~248 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b71f0e077088601491688dddd8399cacc9f8a69c;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git libical: upgrade 3.0.17 -> 3.0.18 License-Update: LICENSE.LGPL21.txt - remove the KDAB claim for copyright Changelog: =========== -Requires CMake v3.5.0 or higher -Escape ^ (U+005E) character in parameter values according to RFC 6868 -New CMake option LIBICAL_BUILD_EXAMPLES to disable building the examples -Should be able to use the project as a submodule -Built-in timezones updated to tzdata2024a Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libical/libical_3.0.17.bb b/meta/recipes-support/libical/libical_3.0.18.bb similarity index 93% rename from meta/recipes-support/libical/libical_3.0.17.bb rename to meta/recipes-support/libical/libical_3.0.18.bb index b91912b0480..040d23b69d0 100644 --- a/meta/recipes-support/libical/libical_3.0.17.bb +++ b/meta/recipes-support/libical/libical_3.0.18.bb @@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/libical/libical" BUGTRACKER = "https://github.com/libical/libical/issues" LICENSE = "LGPL-2.1-only | MPL-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1910a2a76ddf6a9ba369182494170d87 \ - file://LICENSE.LGPL21.txt;md5=933adb561f159e7c3da079536f0ed871 \ + file://LICENSE.LGPL21.txt;md5=8f690bb538f4b301d931374a6eb864d0 \ file://LICENSE.MPL2.txt;md5=f75d2927d3c1ed2414ef72048f5ad640 \ " SECTION = "libs" @@ -15,7 +15,7 @@ SECTION = "libs" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz \ file://0001-cmake-Do-not-export-CC-into-gir-compiler.patch \ " -SRC_URI[sha256sum] = "bcda9a6db6870240328752854d1ea475af9bbc6356e6771018200e475e5f781b" +SRC_URI[sha256sum] = "72b7dc1a5937533aee5a2baefc990983b66b141dd80d43b51f80aced4aae219c" inherit cmake pkgconfig gobject-introspection vala github-releases