Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 1 | DESCRIPTION = "Python library for the snappy compression library from Google" |
2 | DEPENDS += "snappy" | ||||
3 | |||||
4 | LICENSE = "BSD-3-Clause" | ||||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b3090152f53ee19f6a7b64b1a36384fb" | ||||
6 | |||||
7 | SRC_URI[sha256sum] = "b6a107ab06206acc5359d4c5632bd9b22d448702a79b3169b0c62e0fb808bb2a" | ||||
8 | |||||
9 | inherit pypi setuptools3 | ||||
10 | |||||
11 | PYPI_PACKAGE = "python-snappy" | ||||
12 | |||||
13 | RDEPENDS:${PN} += "snappy" | ||||
14 | |||||
15 | BBCLASSEXTEND = "native nativesdk" |