diff options
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo/0001-use-oe-gflags.patch')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo/0001-use-oe-gflags.patch | 29 |
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 6d0c6cbc..00000000 --- a/dynamic-layers/openembedded-layer/recipes-support/opencv/open-model-zoo/0001-use-oe-gflags.patch +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | From 247a5383e7ae444fd99022a19fe90a59dbedbc98 Mon Sep 17 00:00:00 2001 | ||
2 | From: Naveen Saini <naveen.kumar.saini@intel.com> | ||
3 | Date: Mon, 30 Aug 2021 17:54:17 +0800 | ||
4 | Subject: [PATCH] demos: use gflags from meta-oe | ||
5 | |||
6 | Upstream-Status: Inappropriate | ||
7 | |||
8 | Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> | ||
9 | Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> | ||
10 | --- | ||
11 | demos/CMakeLists.txt | 2 +- | ||
12 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
13 | |||
14 | diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt | ||
15 | index 1df8f248d..d368d608c 100644 | ||
16 | --- a/demos/CMakeLists.txt | ||
17 | +++ b/demos/CMakeLists.txt | ||
18 | @@ -131,7 +131,7 @@ find_package(OpenCV REQUIRED COMPONENTS core highgui videoio imgproc imgcodecs g | ||
19 | find_package(InferenceEngine REQUIRED) | ||
20 | find_package(ngraph REQUIRED) | ||
21 | |||
22 | -add_subdirectory(thirdparty/gflags) | ||
23 | +#add_subdirectory(thirdparty/gflags) | ||
24 | add_subdirectory(common/cpp) | ||
25 | add_subdirectory(multi_channel_common/cpp) | ||
26 | |||
27 | -- | ||
28 | 2.17.1 | ||
29 | |||