From 7d0bd988bbb1247b4dc8ae7a46b4ee50d2c26453 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 18 Apr 2026 00:08:36 -0700 Subject: [PATCH] highway: Update to latest tip of trunk This brings fixes to build with clang-22 and C23 support Signed-off-by: Khem Raj --- meta-oe/recipes-extended/highway/highway_1.3.0.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-extended/highway/highway_1.3.0.bb b/meta-oe/recipes-extended/highway/highway_1.3.0.bb index d279994301..ddd684bb45 100644 --- a/meta-oe/recipes-extended/highway/highway_1.3.0.bb +++ b/meta-oe/recipes-extended/highway/highway_1.3.0.bb @@ -2,14 +2,15 @@ SUMMARY = "Highway is a C++ library for SIMD (Single Instruction, Multiple Data) HOMEPAGE = "https://github.com/google/highway/" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=2b42edef8fa55315f34f2370b4715ca9" +LIC_FILES_CHKSUM = "file://LICENSE;md5=e583f1fc1c22da0f388b23a31df5b591" inherit cmake SRC_URI = "git://github.com/google/highway.git;protocol=https;branch=master \ file://0001-Add-cmake-check-for-deducing-32bit-or-64bit-RISCV.patch" -SRCREV = "ac0d5d297b13ab1b89f48484fc7911082d76a93f" +SRCREV = "c34a36fb145de0a922a6e719b217033e1ff2eece" +PV .= "+git" EXTRA_OECMAKE = "-DBUILD_TESTING=0 -DCMAKE_BUILD_TYPE=Release"