From: Wang Mingyu <[email protected]> Changelog: =========== * Add 'ZIP_LENGTH_TO_END' and 'ZIP_LENGTH_UNCHECKED'. Unless 'ZIP_LENGTH_UNCHECKED' is used as 'length', it is an error for a file to shrink between the time when the source is created and when its data is read. * Fix test on Windows.
Signed-off-by: Wang Mingyu <[email protected]> --- .../libzip/{libzip_1.10.0.bb => libzip_1.10.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/libzip/{libzip_1.10.0.bb => libzip_1.10.1.bb} (91%) diff --git a/meta-oe/recipes-extended/libzip/libzip_1.10.0.bb b/meta-oe/recipes-extended/libzip/libzip_1.10.1.bb similarity index 91% rename from meta-oe/recipes-extended/libzip/libzip_1.10.0.bb rename to meta-oe/recipes-extended/libzip/libzip_1.10.1.bb index b500f26e25..a314efc126 100644 --- a/meta-oe/recipes-extended/libzip/libzip_1.10.0.bb +++ b/meta-oe/recipes-extended/libzip/libzip_1.10.1.bb @@ -21,6 +21,6 @@ inherit cmake SRC_URI = "https://libzip.org/download/libzip-${PV}.tar.xz" -SRC_URI[sha256sum] = "cd2a7ac9f1fb5bfa6218272d9929955dc7237515bba6e14b5ad0e1d1e2212b43" +SRC_URI[sha256sum] = "dc3c8d5b4c8bbd09626864f6bcf93de701540f761d76b85d7c7d710f4bd90318" BBCLASSEXTEND += "native" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#104739): https://lists.openembedded.org/g/openembedded-devel/message/104739 Mute This Topic: https://lists.openembedded.org/mt/101185051/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
