Christian Wiese
14 years ago
4 changed files with 130 additions and 0 deletions
@ -0,0 +1,49 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||||
|
#
|
||||||
|
# Filename: package/.../iasl/iasl-20110413-Makefile.patch
|
||||||
|
# Copyright (C) 2011 The OpenSDE Project
|
||||||
|
#
|
||||||
|
# More information can be found in the files COPYING and README.
|
||||||
|
#
|
||||||
|
# This patch file is dual-licensed. It is available under the license the
|
||||||
|
# patched project is licensed under, as long as it is an OpenSource license
|
||||||
|
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||||
|
# of the GNU General Public License as published by the Free Software
|
||||||
|
# Foundation; either version 2 of the License, or (at your option) any later
|
||||||
|
# version.
|
||||||
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||||
|
|
||||||
|
--- acpica-unix-20110413/compiler/Makefile.orig 2011-05-14 00:23:37.064002301 +0200
|
||||||
|
+++ acpica-unix-20110413/compiler/Makefile 2011-05-14 00:47:05.112002302 +0200
|
||||||
|
@@ -67,11 +67,11 @@
|
||||||
|
asluuid.o \
|
||||||
|
aslwalks.o \
|
||||||
|
dtcompile.o \
|
||||||
|
+ dtparserparse.o \
|
||||||
|
+ dtparserlex.o \
|
||||||
|
dtexpress.o \
|
||||||
|
dtfield.o \
|
||||||
|
dtio.o \
|
||||||
|
- dtparserlex.o \
|
||||||
|
- dtparserparse.o \
|
||||||
|
dtsubtable.o \
|
||||||
|
dttable.o \
|
||||||
|
dttemplate.o \
|
||||||
|
@@ -166,11 +166,14 @@
|
||||||
|
|
||||||
|
INTERMEDIATES = \
|
||||||
|
aslcompilerlex.c \
|
||||||
|
- aslcompilerparse.c
|
||||||
|
+ aslcompilerparse.c \
|
||||||
|
+ dtparserparse.c
|
||||||
|
|
||||||
|
MISC = \
|
||||||
|
aslcompiler.y.h \
|
||||||
|
- aslcompilerparse.output
|
||||||
|
+ aslcompilerparse.output \
|
||||||
|
+ dtparser.y.h \
|
||||||
|
+ dtparserparse.output
|
||||||
|
|
||||||
|
|
||||||
|
#
|
@ -0,0 +1,25 @@ |
|||||||
|
|
||||||
|
[TIMESTAMP] 1305327313 Sat May 14 00:55:13 2011 |
||||||
|
[BUILDTIME] 5 (5) |
||||||
|
[SIZE] 0.63 MB, 7 files |
||||||
|
|
||||||
|
[DEP] bash |
||||||
|
[DEP] binutils |
||||||
|
[DEP] bison |
||||||
|
[DEP] bzip2 |
||||||
|
[DEP] coreutils |
||||||
|
[DEP] diffutils |
||||||
|
[DEP] fhs |
||||||
|
[DEP] findutils |
||||||
|
[DEP] flex |
||||||
|
[DEP] gawk |
||||||
|
[DEP] gcc |
||||||
|
[DEP] glibc |
||||||
|
[DEP] grep |
||||||
|
[DEP] linux-header |
||||||
|
[DEP] m4 |
||||||
|
[DEP] make |
||||||
|
[DEP] patch |
||||||
|
[DEP] sed |
||||||
|
[DEP] sysfiles |
||||||
|
[DEP] tar |
@ -0,0 +1,21 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../iasl/iasl.conf |
||||||
|
# Copyright (C) 2011 The OpenSDE Project |
||||||
|
# |
||||||
|
# More information can be found in the files COPYING and README. |
||||||
|
# |
||||||
|
# This program is free software; you can redistribute it and/or modify |
||||||
|
# it under the terms of the GNU General Public License as published by |
||||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
# GNU General Public License can be found in the file COPYING. |
||||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
makeopt="-C compiler $makeopt" |
||||||
|
makeinstopt= |
||||||
|
|
||||||
|
iasl_install() { |
||||||
|
install -p -D compiler/iasl $root/$bindir/iasl |
||||||
|
} |
||||||
|
hook_add postmake 9 'iasl_install' |
@ -0,0 +1,35 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../iasl/iasl.desc |
||||||
|
[COPY] Copyright (C) 2011 The OpenSDE Project |
||||||
|
[COPY] |
||||||
|
[COPY] More information can be found in the files COPYING and README. |
||||||
|
[COPY] |
||||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||||
|
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
[COPY] GNU General Public License can be found in the file COPYING. |
||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
[I] Intel ACPI Component Architecture ASL Compiler and AML Disassembler |
||||||
|
|
||||||
|
[T] iasl compiles ASL (ACPI Source Language) into AML (ACPI Machine Language), |
||||||
|
[T] which is suitable for inclusion as a DSDT in system firmware. It also can |
||||||
|
[T] disassemble AML, for debugging purposes. |
||||||
|
|
||||||
|
[U] http://www.acpica.org/ |
||||||
|
|
||||||
|
[A] Intel Corporation |
||||||
|
[M] The OpenSDE Community <list@opensde.org> |
||||||
|
|
||||||
|
[C] extra/tool |
||||||
|
|
||||||
|
[F] NOPARALLEL |
||||||
|
|
||||||
|
[L] Free-to-use |
||||||
|
[S] Stable |
||||||
|
[V] 20110413 |
||||||
|
[P] X -----5---9 179.000 |
||||||
|
|
||||||
|
[D] 2719447169 acpica-unix-20110413.tar.gz http://www.acpica.org/download/ |
Loading…
Reference in new issue