From 7515d740e630eff194fc727a0d794200f6f337cf Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Tue, 4 Jul 2023 20:46:52 +0530 Subject: openvino-inference-engine: upgrade 2023.0.0 -> 2023.0.1 * Refresh patches. * Drop Protobuf change which disabled use of static protobuf libs from system. This is not needed anymore as we are now building Protobuf as bundled dependency. Release Notes: https://github.com/openvinotoolkit/openvino/releases/tag/2023.0.1 Signed-off-by: Yogesh Tyagi Signed-off-by: Naveen Saini --- .../opencv/files/fix-build-with-gcc13.patch | 33 +++------------------- 1 file changed, 4 insertions(+), 29 deletions(-) (limited to 'dynamic-layers/openembedded-layer/recipes-support/opencv/files/fix-build-with-gcc13.patch') diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/fix-build-with-gcc13.patch b/dynamic-layers/openembedded-layer/recipes-support/opencv/files/fix-build-with-gcc13.patch index 4157c846..9e1aa93c 100644 --- a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/fix-build-with-gcc13.patch +++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/files/fix-build-with-gcc13.patch @@ -28,12 +28,11 @@ https://gcc.gnu.org/gcc-13/porting_to.html Upstream-Status: Pending Signed-off-by: Anuj Mittal + --- - src/inference/include/ie/ie_precision.hpp | 2 +- - src/plugins/intel_gpu/CMakeLists.txt | 6 +++--- - .../include/intel_gpu/graph/serialization/helpers.hpp | 1 + - .../intel_gpu/include/intel_gpu/runtime/device_info.hpp | 1 + - 4 files changed, 6 insertions(+), 4 deletions(-) + src/inference/include/ie/ie_precision.hpp | 2 +- + src/plugins/intel_gpu/CMakeLists.txt | 6 +++--- + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/inference/include/ie/ie_precision.hpp b/src/inference/include/ie/ie_precision.hpp index 48bdd945b13..96c29b73159 100644 @@ -65,30 +64,6 @@ index 948aecfcfec..a1b9783068b 100644 add_subdirectory(src/runtime) add_subdirectory(src/kernel_selector) -diff --git a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/helpers.hpp b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/helpers.hpp -index 391629baba2..40efe7011c6 100644 ---- a/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/helpers.hpp -+++ b/src/plugins/intel_gpu/include/intel_gpu/graph/serialization/helpers.hpp -@@ -5,6 +5,7 @@ - #pragma once - #include - #include -+#include - - namespace cldnn { - template -diff --git a/src/plugins/intel_gpu/include/intel_gpu/runtime/device_info.hpp b/src/plugins/intel_gpu/include/intel_gpu/runtime/device_info.hpp -index 387a319cbe1..e2a7b1fc0fa 100644 ---- a/src/plugins/intel_gpu/include/intel_gpu/runtime/device_info.hpp -+++ b/src/plugins/intel_gpu/include/intel_gpu/runtime/device_info.hpp -@@ -4,6 +4,7 @@ - - #pragma once - -+#include - #include - #include - #include -- 2.34.1 -- cgit v1.2.3-54-g00ecf