mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00

Also include a patch to not build tests to prevent passing the build flag to every component that is built out of tree. Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
28 lines
966 B
Diff
28 lines
966 B
Diff
From a2c093c8db7b4e3a5612d0fcce9e4fd1756d6e4b Mon Sep 17 00:00:00 2001
|
|
From: Alexey Sotkin <alexey.sotkin@intel.com>
|
|
Date: Mon, 5 Aug 2019 18:18:01 +0300
|
|
Subject: [PATCH] Remove extra semicolon
|
|
|
|
Upstream-Status: Backport
|
|
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
|
|
---
|
|
lib/SPIRV/libSPIRV/SPIRVEnum.h | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/lib/SPIRV/libSPIRV/SPIRVEnum.h b/lib/SPIRV/libSPIRV/SPIRVEnum.h
|
|
index c93a484..3a071e7 100644
|
|
--- a/lib/SPIRV/libSPIRV/SPIRVEnum.h
|
|
+++ b/lib/SPIRV/libSPIRV/SPIRVEnum.h
|
|
@@ -124,7 +124,7 @@ template <> inline void SPIRVMap<SPIRVExtensionKind, std::string>::init() {
|
|
add(SPV_INTEL_device_side_avc_motion_estimation,
|
|
"SPV_INTEL_device_side_avc_motion_estimation");
|
|
add(SPV_KHR_no_integer_wrap_decoration, "SPV_KHR_no_integer_wrap_decoration");
|
|
-};
|
|
+}
|
|
|
|
template <> inline void SPIRVMap<SPIRVExtInstSetKind, std::string>::init() {
|
|
add(SPIRVEIS_OpenCL, "OpenCL.std");
|
|
--
|
|
2.7.4
|
|
|