mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/acpica: bump to version 20251212
For change log since 20250807, see: https://github.com/acpica/acpica/releases/tag/20251212 Upstream changed the source archive from a github user attachment to a release asset. This commit updates ACPICA_SITE accordingly. Signed-off-by: Julien Olivain <ju.o@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
fe49d5c682
commit
1dc7a75e2d
@@ -1,3 +1,3 @@
|
||||
# locally computed hash
|
||||
sha256 eaca4c0248db872a055ab38b0deab4f5f577d1a0cada0fcbc0d80955e2a98e33 acpica-unix-20250807.tar.gz
|
||||
sha256 486423245f8154dd0bb5ada9ae057d670210dcbbc4386e62aeccdf5bfdad5f19 acpica-unix-20251212.tar.gz
|
||||
sha256 dbfa87ff77586ffd8da1185981a9695e80db09b114b3b00c194a9bcc2292a95e source/include/acpi.h
|
||||
|
||||
@@ -4,9 +4,9 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ACPICA_VERSION = 20250807
|
||||
ACPICA_VERSION = 20251212
|
||||
ACPICA_SOURCE = acpica-unix-$(ACPICA_VERSION).tar.gz
|
||||
ACPICA_SITE = https://github.com/user-attachments/files/21674610
|
||||
ACPICA_SITE = https://github.com/acpica/acpica/releases/download/$(ACPICA_VERSION)
|
||||
ACPICA_LICENSE = BSD-3-Clause or GPL-2.0
|
||||
ACPICA_LICENSE_FILES = source/include/acpi.h
|
||||
ACPICA_DEPENDENCIES = host-bison host-flex
|
||||
|
||||
Reference in New Issue
Block a user