File: 0001-builder-FindGlobals.cmake-Remove-embedded-kernel-ver.patch

package info (click to toggle)
onevpl-intel-gpu 22.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 32,560 kB
  • sloc: cpp: 388,388; ansic: 29,063; asm: 17,754; makefile: 6
file content (28 lines) | stat: -rw-r--r-- 1,059 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From a04a8bb935350b6a7974113714a82a6bffa0f799 Mon Sep 17 00:00:00 2001
From: Vagrant Cascadian <vagrant@reproducible-builds.org>
Date: Fri, 25 Feb 2022 19:12:41 +0000
Subject: [PATCH] builder/FindGlobals.cmake: Remove embedded kernel version.

Embedding the exact running kernel version makes it difficult to
reliably reproduce the build, and this appears to only be for
informational purposes.
---
 builder/FindGlobals.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builder/FindGlobals.cmake b/builder/FindGlobals.cmake
index 174b3e0..6997eed 100644
--- a/builder/FindGlobals.cmake
+++ b/builder/FindGlobals.cmake
@@ -232,7 +232,7 @@ else()
 endif()
 
 if( MFX_SYSTEM )
-  set( BUILD_INFO "${MFX_SYSTEM} ${CMAKE_SYSTEM_VERSION} | ${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION}" )
+  set( BUILD_INFO "${MFX_SYSTEM} | ${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION}" )
 else()
   set( BUILD_INFO "${CMAKE_SYSTEM} ${CMAKE_SYSTEM_VERSION} | ${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION}" )
 endif()
-- 
2.30.2