From 9f65fd57fea1470ed138f323a7e268d02c8ab198 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Fri, 24 Apr 2020 08:22:20 +0800 Subject: onednn: add CMAKE_SKIP_RPATH dunfell has a change in cmake class that forces cmake to use relative RPATHs but when this recipe is used with zeus, we'd need to explicitly make sure that binaries don't have absolute paths. Signed-off-by: Anuj Mittal --- dynamic-layers/clang-layer/recipes-core/dnn/onednn_1.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_1.4.bb b/dynamic-layers/clang-layer/recipes-core/dnn/onednn_1.4.bb index 8ad98c90..bf452890 100644 --- a/dynamic-layers/clang-layer/recipes-core/dnn/onednn_1.4.bb +++ b/dynamic-layers/clang-layer/recipes-core/dnn/onednn_1.4.bb @@ -35,6 +35,7 @@ EXTRA_OECMAKE += " \ -DDNNL_BUILD_TESTS=ON \ -DDNNL_CPU_RUNTIME=OMP \ -DDNNL_ARCH_OPT_FLAGS="" \ + -DCMAKE_SKIP_RPATH=ON \ " PACKAGECONFIG ??= "" -- cgit v1.2.3-54-g00ecf