diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-06-10 11:32:47 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-06-09 21:24:11 -0700 |
commit | cc54035137c7b2993b8537fcaed8adc4967cfd2f (patch) | |
tree | bcc78dfbe0462b87b42a3a6960343dfbd12b525e | |
parent | e68f8d53b910f16f4be6d9bec4668adf56d8a001 (diff) | |
download | meta-openembedded-cc54035137c7b2993b8537fcaed8adc4967cfd2f.tar.gz |
libzip: upgrade 1.11.3 -> 1.11.4
Changelog:
===========
* Use separate cmake package files for library and programs.
* Improve documentation.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/libzip/libzip_1.11.4.bb (renamed from meta-oe/recipes-extended/libzip/libzip_1.11.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libzip/libzip_1.11.3.bb b/meta-oe/recipes-extended/libzip/libzip_1.11.4.bb index 2d26ea59b5..039973fdbf 100644 --- a/meta-oe/recipes-extended/libzip/libzip_1.11.3.bb +++ b/meta-oe/recipes-extended/libzip/libzip_1.11.4.bb | |||
@@ -21,6 +21,6 @@ inherit cmake | |||
21 | 21 | ||
22 | SRC_URI = "https://libzip.org/download/libzip-${PV}.tar.xz" | 22 | SRC_URI = "https://libzip.org/download/libzip-${PV}.tar.xz" |
23 | 23 | ||
24 | SRC_URI[sha256sum] = "9509d878ba788271c8b5abca9cfde1720f075335686237b7e9a9e7210fe67c1b" | 24 | SRC_URI[sha256sum] = "8a247f57d1e3e6f6d11413b12a6f28a9d388de110adc0ec608d893180ed7097b" |
25 | 25 | ||
26 | BBCLASSEXTEND += "native" | 26 | BBCLASSEXTEND += "native" |