diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-02-17 17:09:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-18 11:37:12 +0000 |
commit | d01d678909b2cb54655b21c2401e12cae729614d (patch) | |
tree | a74ecaf0f27d1bb8dd16955595002ee1d85499af /meta/recipes-support/libical | |
parent | e952778a22a26e717754b8fd8aa3bae423588d03 (diff) | |
download | poky-d01d678909b2cb54655b21c2401e12cae729614d.tar.gz |
libical: upgrade 3.0.13 -> 3.0.14
(From OE-Core rev: 362539186adf94ed08e87a5447c16ca0e983c2fb)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libical')
-rw-r--r-- | meta/recipes-support/libical/libical_3.0.14.bb (renamed from meta/recipes-support/libical/libical_3.0.13.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libical/libical_3.0.13.bb b/meta/recipes-support/libical/libical_3.0.14.bb index cfd62ea672..756100297e 100644 --- a/meta/recipes-support/libical/libical_3.0.13.bb +++ b/meta/recipes-support/libical/libical_3.0.14.bb | |||
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1910a2a76ddf6a9ba369182494170d87 \ | |||
13 | SECTION = "libs" | 13 | SECTION = "libs" |
14 | 14 | ||
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 | SRC_URI[sha256sum] = "02543b08897f3b75c76c360a335900ccfb027d2f5120176c777340e67e763ad4" | 16 | SRC_URI[sha256sum] = "4284b780356f1dc6a01f16083e7b836e63d3815e27ed0eaaad684712357ccc8f" |
17 | UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases" | 17 | UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases" |
18 | 18 | ||
19 | inherit cmake pkgconfig gobject-introspection vala | 19 | inherit cmake pkgconfig gobject-introspection vala |