Merge pull request #7728 from Rmys/master

acpica ver. bump
This commit is contained in:
Rmys
2020-01-26 23:37:26 +03:00
committed by GitHub
4 changed files with 42 additions and 1 deletions
@@ -10,7 +10,9 @@ from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def build():
shelltools.system("sed -i -e 's/_CYGWIN/_LINUX/g' -e 's/-Werror//g' generate/unix/Makefile.*")
shelltools.export("CFLAGS", "%s -fno-strict-aliasing" % get.CFLAGS())
pisitools.dosed("generate/unix/iasl/Makefile", "-Werror", "")
if get.ARCH() == "x86_64":
autotools.make("BITS=64")
else:
@@ -0,0 +1,11 @@
--- acpica-unix-20140214/generate/unix/Makefile.config
+++ acpica-unix-20140214/generate/unix/Makefile.config
@@ -52,7 +52,7 @@
INSTALLFLAGS ?= -f
else
INSTALL = install
-INSTALLFLAGS ?= -m 555 -s
+INSTALLFLAGS ?= -m 555
endif
INSTALLPROG = \
@@ -0,0 +1,17 @@
--- acpica-unix-20140828/generate/unix/Makefile.config
+++ acpica-unix-20140828/generate/unix/Makefile.config
@@ -225,12 +225,12 @@
#YACC= byacc
#YFLAGS +=
#
-YACC= bison
+YACC= LC_ALL=C bison
YFLAGS += -y
MACROPROC= m4
MFLAGS= -P -I$(ASL_COMPILER)
-LEX= flex
+LEX= LC_ALL=C flex
LFLAGS += -i -s
+12 -1
View File
@@ -12,7 +12,11 @@
<IsA>app:console</IsA>
<Summary>ACPI debugging tools written by Intel</Summary>
<Description>acpica contains an AML interpreter and debugger, ACPI namespace support, ACPI hardware and event support and a full ASL compiler and disassembler.</Description>
<Archive sha1sum="821055093d9520528b5b4bd95a1e5a499c3ccf12" type="targz">https://acpica.org/sites/acpica/files/acpica-unix-20130117.tar.gz</Archive>
<Archive sha1sum="a204008efea67a09c24bef710dab62f35ff01fad" type="targz">https://acpica.org/sites/acpica/files/acpica-unix-20200110.tar.gz</Archive>
<Patches>
<Patch level="1">iasl-20140828-locale.patch</Patch>
<Patch level="1">iasl-20140214-nostrip.patch</Patch>
</Patches>
</Source>
<Package>
@@ -30,6 +34,13 @@
</Package>
<History>
<Update release="5">
<Date>2020-01-26</Date>
<Version>0.0_20200110</Version>
<Comment>Version Bump</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2018-08-15</Date>
<Version>0.0_20130117</Version>