[meta-intel] [PATCH 3/3] dldt-inference-engine: install extension headers in includedir instead of share/doc

Martin Jansa martin.jansa at gmail.com
Wed Oct 23 08:00:54 PDT 2019


* otherwise components depending on them won't be able to find them

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../files/0002-R2-Install-DLDT-headers-libs-sample-Apps.patch   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0002-R2-Install-DLDT-headers-libs-sample-Apps.patch b/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0002-R2-Install-DLDT-headers-libs-sample-Apps.patch
index 7fab7799..8b563b1c 100644
--- a/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0002-R2-Install-DLDT-headers-libs-sample-Apps.patch
+++ b/dynamic-layers/openembedded-layer/recipes-support/opencv/files/0002-R2-Install-DLDT-headers-libs-sample-Apps.patch
@@ -130,7 +130,7 @@ index 63fda2a..3a4bc48 100644
  file(GLOB_RECURSE EXTENSION_SOURCES extension/*.cpp extension/*.hpp extension/*.h)
  add_cpplint_target(ie_cpu_extension_cpplint FOR_SOURCES ${EXTENSION_SOURCES})
 +
-+install(DIRECTORY extension DESTINATION share/doc/inference_engine)
++install(DIRECTORY extension DESTINATION include/inference_engine)
 diff --git a/inference-engine/src/extension/CMakeLists.txt b/inference-engine/src/extension/CMakeLists.txt
 index 799a62d..fb14ebe 100644
 --- a/inference-engine/src/extension/CMakeLists.txt
-- 
2.17.1



More information about the meta-intel mailing list