mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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>
16 lines
444 B
Makefile
16 lines
444 B
Makefile
################################################################################
|
|
#
|
|
# psimd
|
|
#
|
|
################################################################################
|
|
|
|
PSIMD_VERSION = 4674816f56757dbd99b297cb5647f2520df08db1
|
|
PSIMD_SITE = $(call github,snest,psimd,$(PSIMD_VERSION))
|
|
PSIMD_LICENSE = MIT
|
|
PSIMD_LICENSE_FILES = LICENSE
|
|
PSIMD_INSTALL_STAGING = YES
|
|
# Only installs a header
|
|
PSIMD_INSTALL_TARGET = NO
|
|
|
|
$(eval $(cmake-package))
|