diff options
author | wangmy <wangmy@fujitsu.com> | 2022-10-11 15:58:14 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-10 14:39:24 +0000 |
commit | 0f6128e969587a12cade37ffec2ee9939ffabdb1 (patch) | |
tree | 7805e1d51e9c18168c5038440c247a57930c59fd | |
parent | 69664b0ca9c21317aae966b4b489b378b2be568d (diff) | |
download | poky-0f6128e969587a12cade37ffec2ee9939ffabdb1.tar.gz |
libical: upgrade 3.0.14 -> 3.0.15
Changelog:
=========
Add missing property parameters into libical-glib
Fix CMake option USE_32BIT_TIME_T actually uses a 32-bit time_t value
Fix icaltime_as_timet, which returned incorrect results for years >= 2100, to work properly between years 1902 and 10k.
Fix x-property comma handling and escaping
Built-in timezones updated to tzdata2022d (now with a VTIMEZONE for each time zone alias)
Fix fuzzer issues
Handle unreachable-code compile warnings with clang
Ensure all vanew_foo() calls finish with (void*)0 (not 0)
(From OE-Core rev: d0882397cb37ab19543733535c3d01d09c3845a4)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 6092ae3cbe0eaf006db615c6cc3f1692e1cc1df8)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/libical/libical_3.0.15.bb (renamed from meta/recipes-support/libical/libical_3.0.14.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libical/libical_3.0.14.bb b/meta/recipes-support/libical/libical_3.0.15.bb index 58baf3f32f..f5e9bb9372 100644 --- a/meta/recipes-support/libical/libical_3.0.14.bb +++ b/meta/recipes-support/libical/libical_3.0.15.bb | |||
@@ -15,7 +15,7 @@ SECTION = "libs" | |||
15 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \ | 15 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \ |
16 | file://0001-cmake-Do-not-export-CC-into-gir-compiler.patch \ | 16 | file://0001-cmake-Do-not-export-CC-into-gir-compiler.patch \ |
17 | " | 17 | " |
18 | SRC_URI[sha256sum] = "4284b780356f1dc6a01f16083e7b836e63d3815e27ed0eaaad684712357ccc8f" | 18 | SRC_URI[sha256sum] = "019085ba99936f25546d86cb3e34852e5fe2b5a7d5f1cb4423a0cc42e399f629" |
19 | UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases" | 19 | UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases" |
20 | 20 | ||
21 | inherit cmake pkgconfig gobject-introspection vala | 21 | inherit cmake pkgconfig gobject-introspection vala |