blob: 06bf6315919e95455ca85000bdd38defa0224fe3 [file] [log] [blame]
Andrew Geissler2ee498a2020-05-29 15:52:06 -05001DESCRIPTION = "python bindings for the lz4 compression library by Yann Collet"
2
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=6231efa4dd4811e62407314d90a57573"
5
6DEPENDS += " \
7 ${PYTHON_PN}-setuptools-scm-native \
8 ${PYTHON_PN}-pkgconfig-native \
9"
Andrew Geisslerd221e032020-07-10 16:13:21 -050010
11SRC_URI[md5sum] = "1bf913acec3cb63893f522c222c8e3b1"
12SRC_URI[sha256sum] = "debe75513db3eb9e5cdcd82a329ff38374b6316ab65b848b571e0404746c1e05"
Andrew Geissler2ee498a2020-05-29 15:52:06 -050013
14inherit pypi setuptools3
15
16BBCLASSEXTEND = "native nativesdk"