From 7c10499afc23294013c4bf03561b2ce30d865208 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Tue, 1 Mar 2022 09:28:32 +0800 Subject: python3-lz4: upgrade 3.1.10 -> 4.0.0 Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- meta-python/recipes-devtools/python/python3-lz4_3.1.10.bb | 15 --------------- meta-python/recipes-devtools/python/python3-lz4_4.0.0.bb | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-lz4_3.1.10.bb create mode 100644 meta-python/recipes-devtools/python/python3-lz4_4.0.0.bb diff --git a/meta-python/recipes-devtools/python/python3-lz4_3.1.10.bb b/meta-python/recipes-devtools/python/python3-lz4_3.1.10.bb deleted file mode 100644 index b557529cc1..0000000000 --- a/meta-python/recipes-devtools/python/python3-lz4_3.1.10.bb +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "python bindings for the lz4 compression library by Yann Collet" - -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=6231efa4dd4811e62407314d90a57573" - -DEPENDS += " \ - ${PYTHON_PN}-setuptools-scm-native \ - ${PYTHON_PN}-pkgconfig-native \ -" - -SRC_URI[sha256sum] = "439e575ecfa9ecffcbd63cfed99baefbe422ab9645b1e82278024d8a21d9720b" - -inherit pypi setuptools3 - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta-python/recipes-devtools/python/python3-lz4_4.0.0.bb b/meta-python/recipes-devtools/python/python3-lz4_4.0.0.bb new file mode 100644 index 0000000000..472e152db2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-lz4_4.0.0.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "python bindings for the lz4 compression library by Yann Collet" + +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE;md5=6231efa4dd4811e62407314d90a57573" + +DEPENDS += " \ + ${PYTHON_PN}-setuptools-scm-native \ + ${PYTHON_PN}-pkgconfig-native \ +" + +SRC_URI[sha256sum] = "57c5dfd3b7dae833b0d2b2c1aafd7f9d0dfcab40683d183d010c67c9fd1beca3" + +inherit pypi setuptools3 + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf