package/psimd: fix cmake 4 compatibility

The current upstream repo shows this note:
"This repository was archived by the owner on May 27, 2024. It is now
 read-only."

Switched to fork whose only difference is a commit fixing build errors
with cmake 4:
4674816f56

Since this commit changes _SITE, the package homepage url is also update
to the same location.

Fixes:
https://autobuild.buildroot.net/results/130/13084ca4df5ae91d72f46ef51873676b05398ec9/

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
[Julien: change homepage url in Config.in and add commit log comment]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Bernd Kuhls
2025-12-03 22:47:06 +01:00
committed by Julien Olivain
parent cdb731f2cf
commit d5cccad9a3
3 changed files with 4 additions and 4 deletions

View File

@@ -3,4 +3,4 @@ config BR2_PACKAGE_PSIMD
help
Portable 128-bit SIMD intrinsics.
https://github.com/Maratyszcza/psimd
https://github.com/snest/psimd

View File

@@ -1,4 +1,4 @@
# Locally calculated
sha256 f6c4dab91ae9a03b3019e7cab0572743afd0e1b6e75b97fcca50259c737c924e psimd-072586a71b55b7f8c584153d223e95687148a900.tar.gz
sha256 8934a8dff062663331a17588dfb771940be9d22887596c8ca77e25026c2adc6f psimd-4674816f56757dbd99b297cb5647f2520df08db1.tar.gz
# License files, locally calculated
sha256 984ce1e0b8ee89d234e28b960381f240e03a07a8031f35012f9c3256f56964e2 LICENSE

View File

@@ -4,8 +4,8 @@
#
################################################################################
PSIMD_VERSION = 072586a71b55b7f8c584153d223e95687148a900
PSIMD_SITE = $(call github,Maratyszcza,psimd,$(PSIMD_VERSION))
PSIMD_VERSION = 4674816f56757dbd99b297cb5647f2520df08db1
PSIMD_SITE = $(call github,snest,psimd,$(PSIMD_VERSION))
PSIMD_LICENSE = MIT
PSIMD_LICENSE_FILES = LICENSE
PSIMD_INSTALL_STAGING = YES