fwts/fwts-no-compiletime.patch
Martin Pluskal 5ac0d1e767 - Update to version 17.09.00:
* ACPICA: Update to version 20170831
  * dmi: dmicheck: Add BMC Interface Type definitions from IPMI
    spec
  * lib: fwts_acpi_tables: add a new function to check Reserved
    field
  * lib: fwts_acpi_tables: add a new function to check reserved
    bits
  * efi_runtime: add resetsystem runtime service
- Refresh fwts-no-compiletime.patch

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=63
2017-10-09 13:16:01 +00:00

14 lines
576 B
Diff

Index: fwts-17.09.00/src/acpica/source/compiler/aslutils.c
===================================================================
--- fwts-17.09.00.orig/src/acpica/source/compiler/aslutils.c
+++ fwts-17.09.00/src/acpica/source/compiler/aslutils.c
@@ -496,7 +496,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 */