diff options
| author | Domarys Correa <domarys.correa@ossystems.com.br> | 2020-05-15 18:10:42 -0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-05-19 17:14:08 -0700 |
| commit | a6fa788675ac7f5921b8fdf1ddf29dc7a3f78c93 (patch) | |
| tree | 775dfd9758db66aee5c8a4cbbadbaf78ab8141c6 /meta-python | |
| parent | 6cf47ddf3e5ed023548217b034f6367251e32860 (diff) | |
| download | meta-openembedded-a6fa788675ac7f5921b8fdf1ddf29dc7a3f78c93.tar.gz | |
python3-snappy: Add recipe version 0.5.4
Signed-off-by: Domarys Correa <domarys.correa@ossystems.com.br>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-snappy_0.5.4.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-snappy_0.5.4.bb b/meta-python/recipes-devtools/python/python3-snappy_0.5.4.bb new file mode 100644 index 0000000000..1836473b8b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-snappy_0.5.4.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] = "d9c26532cfa510f45e8d135cde140e8a5603d3fb254cfec273ebc0ecf9f668e2" | ||
| 8 | |||
| 9 | inherit pypi setuptools3 | ||
| 10 | |||
| 11 | PYPI_PACKAGE = "python-snappy" | ||
| 12 | |||
| 13 | RDEPENDS_${PN} += "snappy" | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
