From: Richard Purdie Date: Wed, 1 Jan 2025 10:34:18 +0000 (+0000) Subject: xxhash: upgrade 0.8.2 -> 0.8.3 X-Git-Tag: yocto-5.2~883 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15216916a2ea00738553ff96734e90146a1f184c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git xxhash: upgrade 0.8.2 -> 0.8.3 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/xxhash/xxhash_0.8.2.bb b/meta/recipes-support/xxhash/xxhash_0.8.3.bb similarity index 93% rename from meta/recipes-support/xxhash/xxhash_0.8.2.bb rename to meta/recipes-support/xxhash/xxhash_0.8.3.bb index f16b183c950..227649854e3 100644 --- a/meta/recipes-support/xxhash/xxhash_0.8.2.bb +++ b/meta/recipes-support/xxhash/xxhash_0.8.3.bb @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=13be6b481ff5616f77dda971191bb29b \ SRC_URI = "git://github.com/Cyan4973/xxHash.git;branch=release;protocol=https" UPSTREAM_CHECK_GITTAGREGEX = "v(?P\d+(\.\d+)+)" -SRCREV = "bbb27a5efb85b92a0486cf361a8635715a53f6ba" +SRCREV = "e626a72bc2321cd320e953a0ccf1584cad60f363" S = "${WORKDIR}/git"