@@ -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"
This brings fixes to build with clang-22 and C23 support Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> --- meta-oe/recipes-extended/highway/highway_1.3.0.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)