summaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3-adas/recipes-graphics/opencv/opencv/useoeprotobuf.patch
diff options
context:
space:
mode:
authorMatt Porter <mporter@konsulko.com>2017-12-11 08:17:15 -0500
committerMatt Porter <mporter@konsulko.com>2017-12-11 19:17:56 -0500
commitcc760aead090f6ffc0f1ba22dca371a5a371f8d0 (patch)
tree3e1b374bed4bc0b3450daa291b1e4cc6b95a2dd1 /meta-rcar-gen3-adas/recipes-graphics/opencv/opencv/useoeprotobuf.patch
parentfb7d37749612b45bf83cea34ce39e2b0459e2e29 (diff)
opencv: remove krogoth related appends
This append is required for krogoth related builds so drop this. Change-Id: I1fa73b07bfea7dfbb470726d778937348949ea7a Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'meta-rcar-gen3-adas/recipes-graphics/opencv/opencv/useoeprotobuf.patch')
-rw-r--r--meta-rcar-gen3-adas/recipes-graphics/opencv/opencv/useoeprotobuf.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta-rcar-gen3-adas/recipes-graphics/opencv/opencv/useoeprotobuf.patch b/meta-rcar-gen3-adas/recipes-graphics/opencv/opencv/useoeprotobuf.patch
deleted file mode 100644
index 3068bd4..0000000
--- a/meta-rcar-gen3-adas/recipes-graphics/opencv/opencv/useoeprotobuf.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/modules/dnn/cmake/OpenCVFindLibProtobuf.cmake b/modules/dnn/cmake/OpenCVFindLibProtobuf.cmake
-index eb2a729cc2eb..8717736484de 100644
---- a/modules/dnn/cmake/OpenCVFindLibProtobuf.cmake
-+++ b/modules/dnn/cmake/OpenCVFindLibProtobuf.cmake
-@@ -24,7 +24,7 @@ if(NOT BUILD_PROTOBUF AND NOT (DEFINED PROTOBUF_INCLUDE_DIR AND DEFINED PROTOBUF
- find_package(Protobuf QUIET)
- endif()
-
--if(PROTOBUF_FOUND)
-+if(PROTOBUF_FOUND OR (DEFINED PROTOBUF_INCLUDE_DIR AND DEFINED PROTOBUF_LIBRARIES))
- # nothing
- else()
- include(${CMAKE_CURRENT_LIST_DIR}/download_protobuf.cmake)