From ade451ca96bf8b51fda65c68d4f701519ceef13c Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Sun, 15 Mar 2020 14:11:24 +0100 Subject: [PATCH] xxhash: upgrade 0.7.2 -> 0.7.3 License-Update: change link to https -BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) +BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php) See full changelog https://github.com/Cyan4973/xxHash/releases/tag/v0.7.3 Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- .../xxhash/{xxhash_0.7.2.bb => xxhash_0.7.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/xxhash/{xxhash_0.7.2.bb => xxhash_0.7.3.bb} (78%) diff --git a/meta-oe/recipes-support/xxhash/xxhash_0.7.2.bb b/meta-oe/recipes-support/xxhash/xxhash_0.7.3.bb similarity index 78% rename from meta-oe/recipes-support/xxhash/xxhash_0.7.2.bb rename to meta-oe/recipes-support/xxhash/xxhash_0.7.3.bb index df106e4a5a..865adc5a1b 100644 --- a/meta-oe/recipes-support/xxhash/xxhash_0.7.2.bb +++ b/meta-oe/recipes-support/xxhash/xxhash_0.7.3.bb @@ -3,12 +3,12 @@ DESCRIPTION = "xxHash is an extremely fast non-cryptographic hash algorithm, \ working at speeds close to RAM limits." HOMEPAGE = "http://www.xxhash.com/" LICENSE = "BSD-2-Clause & GPL-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ed3511a67991a5923907dff2ed268026" +LIC_FILES_CHKSUM = "file://LICENSE;md5=01a7eba4212ef1e882777a38585e7a9b" SRC_URI = "git://github.com/Cyan4973/xxHash.git" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" -SRCREV = "e2f4695899e831171ecd2e780078474712ea61d3" +SRCREV = "d408e9b0606d07b1ddc5452ffc0ec8512211b174" S = "${WORKDIR}/git"