From 855f6e256c4058c67e4877e2dfa2f7a2c8c223f4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 1 Jan 2025 10:34:18 +0000 Subject: [PATCH] xxhash: upgrade 0.8.2 -> 0.8.3 (From OE-Core rev: 15216916a2ea00738553ff96734e90146a1f184c) Signed-off-by: Richard Purdie --- .../recipes-support/xxhash/{xxhash_0.8.2.bb => xxhash_0.8.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-support/xxhash/{xxhash_0.8.2.bb => xxhash_0.8.3.bb} (93%) 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 f16b183c95..227649854e 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"