mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-03-06 08:49:48 +00:00
python3-xxhash: Initial commit
Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
9115f53e53
commit
47f4a92410
7
meta-python/recipes-devtools/python/python-xxhash.inc
Normal file
7
meta-python/recipes-devtools/python/python-xxhash.inc
Normal file
@@ -0,0 +1,7 @@
|
||||
SUMMARY = "xxhash is a Python binding for the xxHash library by Yann Collet."
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2c6db5887cc6b2fac8b701d64cb8442"
|
||||
|
||||
SRC_URI[md5sum] = "a4289aa01839f3ea1fb98929d9131001"
|
||||
SRC_URI[sha256sum] = "fe21f23a9d05428c75461790b670f2bf15f50a632d6c171a7e7b588269c619e6"
|
||||
@@ -0,0 +1,2 @@
|
||||
require python-xxhash.inc
|
||||
inherit pypi setuptools3
|
||||
Reference in New Issue
Block a user