diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2020-07-26 02:32:54 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-07-28 12:23:16 -0700 |
commit | e25587d58ba027884c7248ca5fcad0d3ac16d077 (patch) | |
tree | ee8ea65a8ec9bc58b91b1d0b15ce86af4c63f760 /meta-oe/recipes-extended/libzip | |
parent | 27c86f9404eb830c5e1c84bae7e2138cf1d8e7fc (diff) | |
download | meta-openembedded-e25587d58ba027884c7248ca5fcad0d3ac16d077.tar.gz |
libzip: update to 1.7.3
License checksum checked due to modified copyright years.
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libzip')
-rw-r--r-- | meta-oe/recipes-extended/libzip/libzip_1.7.3.bb (renamed from meta-oe/recipes-extended/libzip/libzip_1.7.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/libzip/libzip_1.7.1.bb b/meta-oe/recipes-extended/libzip/libzip_1.7.3.bb index 1a9cd8f109..e903de3da3 100644 --- a/meta-oe/recipes-extended/libzip/libzip_1.7.1.bb +++ b/meta-oe/recipes-extended/libzip/libzip_1.7.3.bb | |||
@@ -2,7 +2,7 @@ DESCRIPTION = "libzip is a C library for reading, creating, and modifying zip ar | |||
2 | HOMEPAGE = "https://libzip.org/" | 2 | HOMEPAGE = "https://libzip.org/" |
3 | 3 | ||
4 | LICENSE = "BSD-3-Clause" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e33bb117aa55f9aad3d28e29256f9919" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=067e9870bba57e1ce20695c4d5672f30" |
6 | 6 | ||
7 | DEPENDS = "zlib bzip2" | 7 | DEPENDS = "zlib bzip2" |
8 | 8 | ||
@@ -15,4 +15,4 @@ inherit cmake | |||
15 | 15 | ||
16 | SRC_URI = "https://libzip.org/download/libzip-${PV}.tar.xz" | 16 | SRC_URI = "https://libzip.org/download/libzip-${PV}.tar.xz" |
17 | 17 | ||
18 | SRC_URI[sha256sum] = "a020dc1b17a79faa748e43a05f8605d65e403813e8e97ad3a300a90ddba097ac" | 18 | SRC_URI[sha256sum] = "a60473ffdb7b4260c08bfa19c2ccea0438edac11193c3afbbb1f17fbcf6c6132" |