Andrew Geissler | 595f630 | 2022-01-24 19:11:47 +0000 | [diff] [blame] | 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 | ${PYTHON_PN}-setuptools-scm-native \ | ||||
8 | ${PYTHON_PN}-pkgconfig-native \ | ||||
9 | " | ||||
10 | |||||
11 | SRC_URI[sha256sum] = "439e575ecfa9ecffcbd63cfed99baefbe422ab9645b1e82278024d8a21d9720b" | ||||
12 | |||||
13 | inherit pypi setuptools3 | ||||
14 | |||||
15 | BBCLASSEXTEND = "native nativesdk" |