diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-31 17:52:28 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:30 +0100 |
commit | 65ebaf076d64ddfcd4d5ef072724e2e4ad22cc37 (patch) | |
tree | 36ef20025072efebd20016aa417959a5a772fd6e /meta/recipes-support/libical | |
parent | 42ac4b97b998ad6c5f54564a67c8d5171b0e58dc (diff) | |
download | poky-65ebaf076d64ddfcd4d5ef072724e2e4ad22cc37.tar.gz |
libical: upgrade 3.0.7 -> 3.0.8
(From OE-Core rev: ac561e63479716574ee980b28644415486b13fda)
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.8.bb (renamed from meta/recipes-support/libical/libical_3.0.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libical/libical_3.0.7.bb b/meta/recipes-support/libical/libical_3.0.8.bb index a50473e9ec..efb9433412 100644 --- a/meta/recipes-support/libical/libical_3.0.7.bb +++ b/meta/recipes-support/libical/libical_3.0.8.bb | |||
@@ -12,8 +12,8 @@ SRC_URI = " \ | |||
12 | https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \ | 12 | https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \ |
13 | file://0001-Use-our-hand-build-native-src-generator.patch \ | 13 | file://0001-Use-our-hand-build-native-src-generator.patch \ |
14 | " | 14 | " |
15 | SRC_URI[md5sum] = "8a5d07a7fba9e73a85e67f76258bf042" | 15 | SRC_URI[md5sum] = "41bd1f1fcdcb4779cea478bb55cf07bf" |
16 | SRC_URI[sha256sum] = "0abe66df1ea826e57db7f281c704ede834c84139012e6c686ea7adafd4e763fc" | 16 | SRC_URI[sha256sum] = "09fecacaf75ba5a242159e3a9758a5446b5ce4d0ab684f98a7040864e1d1286f" |
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 | 19 | inherit cmake pkgconfig |