mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 05:20: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:
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
|
||||||
Loading…
x
Reference in New Issue
Block a user