diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2022-12-30 12:58:01 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-01-06 11:38:16 -0800 |
| commit | 4f4cd2694ee0497e379ca66f228ddd039ce57532 (patch) | |
| tree | cdf7a772c3f7ce59eddd295eb5a566e3efe237f8 /meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb | |
| parent | 59d731e679d4e30f875e1327a3e3b83cd2dffaf4 (diff) | |
| download | meta-openembedded-4f4cd2694ee0497e379ca66f228ddd039ce57532.tar.gz | |
python3-lz4: upgrade 4.0.2 -> 4.3.2
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb b/meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb new file mode 100644 index 0000000000..71171513e8 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-lz4_4.3.2.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | DESCRIPTION = "python bindings for the lz4 compression library by Yann Collet" | ||
| 2 | |||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6231efa4dd4811e62407314d90a57573" | ||
| 5 | |||
| 6 | DEPENDS += " \ | ||
| 7 | lz4 \ | ||
| 8 | ${PYTHON_PN}-setuptools-scm-native \ | ||
| 9 | ${PYTHON_PN}-pkgconfig-native \ | ||
| 10 | " | ||
| 11 | |||
| 12 | SRC_URI += "file://run-ptest" | ||
| 13 | |||
| 14 | SRC_URI[sha256sum] = "e1431d84a9cfb23e6773e72078ce8e65cad6745816d4cbf9ae67da5ea419acda" | ||
| 15 | |||
| 16 | inherit pkgconfig pypi python_setuptools_build_meta ptest | ||
| 17 | |||
| 18 | RDEPENDS:${PN}-ptest += "${PYTHON_PN}-pytest ${PYTHON_PN}-multiprocessing ${PYTHON_PN}-psutil" | ||
| 19 | |||
| 20 | do_install_ptest() { | ||
| 21 | cp -rf ${S}/tests/ ${D}${PTEST_PATH}/ | ||
| 22 | # The stream API is experimental and not enabled yet, so don't ship the test suite | ||
| 23 | rm -rf ${D}${PTEST_PATH}/tests/stream | ||
| 24 | } | ||
| 25 | |||
| 26 | BBCLASSEXTEND = "native nativesdk" | ||
