From 7c10499afc23294013c4bf03561b2ce30d865208 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Tue, 1 Mar 2022 09:28:32 +0800 Subject: [PATCH] python3-lz4: upgrade 3.1.10 -> 4.0.0 Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-lz4_3.1.10.bb => python3-lz4_4.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-lz4_3.1.10.bb => python3-lz4_4.0.0.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-lz4_3.1.10.bb b/meta-python/recipes-devtools/python/python3-lz4_4.0.0.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-lz4_3.1.10.bb rename to meta-python/recipes-devtools/python/python3-lz4_4.0.0.bb index b557529cc1..472e152db2 100644 --- a/meta-python/recipes-devtools/python/python3-lz4_3.1.10.bb +++ b/meta-python/recipes-devtools/python/python3-lz4_4.0.0.bb @@ -8,7 +8,7 @@ DEPENDS += " \ ${PYTHON_PN}-pkgconfig-native \ " -SRC_URI[sha256sum] = "439e575ecfa9ecffcbd63cfed99baefbe422ab9645b1e82278024d8a21d9720b" +SRC_URI[sha256sum] = "57c5dfd3b7dae833b0d2b2c1aafd7f9d0dfcab40683d183d010c67c9fd1beca3" inherit pypi setuptools3