fwts/fwts-no-compiletime.patch
Martin Pluskal e869fc7c9a - Update to version 19.09.00:
* acpi/boot: skip ACPI BOOT test on UEFI systems.
  * acpi: s3: fix typo from 6b94bb6a4b13e
  * opal: add more bounds checking and zero pstates array
  * fwtstest: boot-0001: sync with boot table check on efi firmware
- Changes for version 19.08.00:
  * ACPICA: Update to version 20190816
  * auto-packager: mkpackage.sh: remove cosmic
  * efi_runtime: enable KBUILD_MODPOST_WARN=y to workaround build failures
  * ACPICA: Update to version 20190816
  * fwtstest: syntaxcheck-0001: update to keep in sync with ACPICA features
  * README: Add package dependency notes for ARM64

OBS-URL: https://build.opensuse.org/package/show/hardware/fwts?expand=0&rev=95
2019-10-03 08:23:34 +00:00

14 lines
579 B
Diff

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