diff options
author | Florian Eckert <fe@dev.tdt.de> | 2023-01-09 14:39:52 +0100 |
---|---|---|
committer | Florian Eckert <fe@dev.tdt.de> | 2023-01-09 15:03:40 +0100 |
commit | 6e71bd7a836fd1bc3e3102e7fcf1646c9743752e (patch) | |
tree | 38f9138cf0591d2d799ce2728b446acf74274286 | |
parent | b291df80d50dcbd416f43b8428d534b8e007bc46 (diff) |
acpica-unix: update to 20221020
The latest upstream version has an incorrect file name (tar_0.gz).
Therefore, there is an error when unpacking the acrhive, as this is not
recognised correctly. To fix this, PKG_CAT is set.
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
-rw-r--r-- | utils/acpica-unix/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/utils/acpica-unix/Makefile b/utils/acpica-unix/Makefile index 563f83ee4..7548dfee7 100644 --- a/utils/acpica-unix/Makefile +++ b/utils/acpica-unix/Makefile @@ -8,12 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=acpica-unix -PKG_VERSION:=20211217 +PKG_VERSION:=20221020 PKG_RELEASE:=$(AUTORELEASE) -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://acpica.org/sites/$(patsubst %-unix,%,$(PKG_NAME))/files/$(PKG_SOURCE_URL) -PKG_HASH:=2511f85828820d747fa3e2c3433d3a38c22db3d9c2fd900e1a84eb4173cb5992 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar_0.gz +PKG_CAT:=gzip -dc +PKG_SOURCE_URL:=https://acpica.org/sites/$(patsubst %-unix,%,$(PKG_NAME))/files/ +PKG_HASH:=33a2e394aca0ca57d4018afe3da340dfad5eb45b1b9300e81dd595fda07cf1c5 PKG_MAINTAINER:=Philip Prindeville <philipp@redfish-solutions.com> PKG_LICENSE:=GPL-2.0 |