fwts/fwts-no-compiletime.patch
Martin Pluskal e4d7ded233 - Update to version 17.06.00:
* ACPICA: Update to version 20170531
  * olog: olog.json: Update OPAL skiboot errors to check on olog
    scan
  * bios: mtrr: print out actual default type of MTRR
  * lib: fwts_alloc: only parse mem info once we have a valid line
    read in
  * lib: fwts_safe_mem: add SIGBUS handling
  * lib: fwts_alloc: re-work the memory parsing again
  * acpi: method use correct format specifier for uint32_t type
  * bios: mtrr: fix compile error in ubuntu trusty
  * opal: fix tests dependency on libfdt
  * bios: mtrr: fix overlaped MTRR (LP: #1694710)

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=56
2017-06-22 12:59:00 +00:00

14 lines
576 B
Diff

Index: fwts-17.06.00/src/acpica/source/compiler/aslutils.c
===================================================================
--- fwts-17.06.00.orig/src/acpica/source/compiler/aslutils.c
+++ fwts-17.06.00/src/acpica/source/compiler/aslutils.c
@@ -490,7 +490,7 @@ UtDisplaySummary (
/* Compiler name and version number */
FlPrintFile (FileId, "%s version %X [%s]\n\n",
- ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION, __DATE__);
+ ASL_COMPILER_NAME, (UINT32) ACPI_CA_VERSION);
}
/* Summary of main input and output files */