aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@wdc.com>2019-04-05 14:41:54 +0000
committerKhem Raj <raj.khem@gmail.com>2019-04-06 08:22:22 -0700
commit41d0d0e6e74c46704bc06526de09e068f7bfcaba (patch)
treecbd2e4c4530d980ea01bf255fb285e5c7e4e6917
parent833320b8e46f338100548a188aa3c6f592364bd0 (diff)
downloadmeta-python2-41d0d0e6e74c46704bc06526de09e068f7bfcaba.tar.gz
python3-xxhash: Initial commit
(From meta-openembedded commit: 47f4a924102d014fcd5e68170b98392cfa1f5f44) Signed-off-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
-rw-r--r--recipes-devtools/python/python-xxhash.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-xxhash.inc b/recipes-devtools/python/python-xxhash.inc
new file mode 100644
index 0000000..9df4520
--- /dev/null
+++ b/recipes-devtools/python/python-xxhash.inc
@@ -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"