summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-09-17 13:36:52 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-09-18 11:52:02 +0100
commit7071ee31232797969096d515e570546099ac2b83 (patch)
treeb754f66b9680ddfb5b27fced83b9b28d0872adc8
parent73928b324e5ceb0d1097f1096e259daadbfa03da (diff)
downloadpoky-7071ee31232797969096d515e570546099ac2b83.tar.gz
libical: upgrade to 3.0.6
(From OE-Core rev: 0be5c22f3f2ce51d4d67b837960aac8f24adb055) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/libical/libical_3.0.6.bb (renamed from meta/recipes-support/libical/libical_3.0.5.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libical/libical_3.0.5.bb b/meta/recipes-support/libical/libical_3.0.6.bb
index 3832b20bf1..032f3655e9 100644
--- a/meta/recipes-support/libical/libical_3.0.5.bb
+++ b/meta/recipes-support/libical/libical_3.0.6.bb
@@ -9,8 +9,8 @@ SECTION = "libs"
9 9
10SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz" 10SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz"
11 11
12SRC_URI[md5sum] = "9be4e8a1739a9c27e06aa8ce66b8cb34" 12SRC_URI[md5sum] = "463a59244c6767b8e67b29379405e297"
13SRC_URI[sha256sum] = "7ad550c8c49c9b9983658e3ab3e68b1eee2439ec17b169a6b1e6ecb5274e78e6" 13SRC_URI[sha256sum] = "5c8a21c2b732ece4a33e5c862970b4f35a8548bbcda50de5695f6fc211ac4d97"
14UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases" 14UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases"
15 15
16inherit cmake pkgconfig 16inherit cmake pkgconfig