[Lunar-commits] <moonbase> iasl: version bump to 20090730

Paul Bredbury brebs at lunar-linux.org
Sat Aug 29 21:49:57 CEST 2009


commit c381bba2a2ad93efe40ab60990e7e93652548d89
Author: Paul Bredbury <brebs at lunar-linux.org>
Date:   Sun Aug 30 02:49:57 2009 +0700

    iasl: version bump to 20090730
    
    Fixing compilation of acpiexec.
---
 utils/iasl/BUILD   |   21 +++++++++++++++------
 utils/iasl/DETAILS |    6 +++---
 2 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/utils/iasl/BUILD b/utils/iasl/BUILD
index 57a205a..90c799d 100644
--- a/utils/iasl/BUILD
+++ b/utils/iasl/BUILD
@@ -1,12 +1,21 @@
 (
 
-  make -C compiler &&
-#  make -C tools/acpiexec &&
-  make -C tools/acpixtract &&
+  # Have to "make clean" to make all executables compile, so have to
+  # move each executable out of the way before it is deleted by "make clean"!
+  mkdir exes &&
+  cd compiler          && make && mv iasl          ../exes/ && make clean &&
+  cd ../tools/acpiexec && make && mv acpiexec   ../../exes/ && make clean &&
+  cd ../acpisrc        && make && mv acpisrc    ../../exes/ && make clean &&
+  cd ../acpixtract     && make && mv acpixtract ../../exes/ && make clean &&
+  cd ../.. &&
+
   prepare_install &&
 
-  install -m 755 compiler/iasl /usr/bin &&
-#  install -m 755 tools/acpiexec/acpiexec /usr/bin &&
-  install -m 755 tools/acpixtract/acpixtract /usr/bin
+  install -m 755 exes/iasl       /usr/bin/ &&
+  install -m 755 exes/acpisrc    /usr/bin/ &&
+  install -m 755 exes/acpixtract /usr/bin/ &&
+  install -m 755 exes/acpiexec   /usr/bin/ &&
+
+  gather_docs changes.txt
 
 ) > $C_FIFO 2>&1
diff --git a/utils/iasl/DETAILS b/utils/iasl/DETAILS
index 9ec78be..5a6d6a5 100644
--- a/utils/iasl/DETAILS
+++ b/utils/iasl/DETAILS
@@ -1,12 +1,12 @@
             MODULE=iasl
-           VERSION=20090422
+           VERSION=20090730
             SOURCE=acpica-unix-$VERSION.tar.gz
   SOURCE_DIRECTORY=$BUILD_DIRECTORY/acpica-unix-$VERSION
         SOURCE_URL=http://www.acpica.org/download/
-        SOURCE_VFY=sha1:130145396b3b4e4af82612313929fec8ebf52d02
+        SOURCE_VFY=sha1:5f83e9a47356cd756cb7e9b5f0f8b94b03f3abc6
           WEB_SITE=http://www.acpica.org/
            ENTERED=20071004
-           UPDATED=20090502
+           UPDATED=20090829
     MODULE_LICENSE="other"
              SHORT="Intel ACPI build environment"
              PSAFE=no


More information about the Lunar-commits mailing list