diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-snappy_0.6.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-snappy_0.6.0.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-snappy_0.6.0.bb b/meta-python/recipes-devtools/python/python3-snappy_0.6.0.bb new file mode 100644 index 0000000000..64787feecc --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-snappy_0.6.0.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 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] = "168a98d3f597b633cfeeae7fe1c78a8dfd81f018b866cf7ce9e4c56086af891a" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | PYPI_PACKAGE = "python-snappy" | ||
| 12 | |||
| 13 | RDEPENDS_${PN} += "snappy" | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
