summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo/0001-use-oe-gflags.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo/0001-use-oe-gflags.patch b/dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo/0001-use-oe-gflags.patch
deleted file mode 100644
index 2b608050..00000000
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo/0001-use-oe-gflags.patch
+++ /dev/null
@@ -1,29 +0,0 @@
1From fe3e1d923399da1d71458f5c468563b61784380c Mon Sep 17 00:00:00 2001
2From: Naveen Saini <naveen.kumar.saini@intel.com>
3Date: Fri, 21 Oct 2022 11:38:23 +0800
4Subject: [PATCH] demos: use gflags from meta-oe
5
6Upstream-Status: Inappropriate
7
8Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
9Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
10---
11 demos/CMakeLists.txt | 2 +-
12 1 file changed, 1 insertion(+), 1 deletion(-)
13
14diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt
15index 1484a50d5..996934310 100644
16--- a/demos/CMakeLists.txt
17+++ b/demos/CMakeLists.txt
18@@ -140,7 +140,7 @@ endmacro()
19 find_package(OpenCV REQUIRED COMPONENTS core highgui videoio imgproc imgcodecs)
20 find_package(OpenVINO REQUIRED COMPONENTS Runtime)
21
22-add_subdirectory(thirdparty/gflags)
23+#add_subdirectory(thirdparty/gflags)
24 add_subdirectory(common/cpp)
25 # TODO: remove wrapping if after OpenCV3 is dropped
26 if(OpenCV_VERSION VERSION_GREATER_EQUAL 4.5.3)
27--
282.25.1
29