From e84c763090f91196a5d234f62ee39bcf296c7f2e Mon Sep 17 00:00:00 2001 From: Alexander Usyskin Date: Wed, 19 Jun 2019 13:14:13 +0300 Subject: lms: add recipe for lms 1921.0.0.0 This is a new release of Local Manageability Service. This open-source release deprecates unsupported lms7 and lms8. This recipe depends on ACE and MeTee library recipes. Signed-off-by: Alexander Usyskin Signed-off-by: Anuj Mittal --- .../amt/files/lms_drop_rpath_1921.0.0.0.diff | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dynamic-layers/openembedded-layer/recipes-bsp/amt/files/lms_drop_rpath_1921.0.0.0.diff (limited to 'dynamic-layers/openembedded-layer/recipes-bsp/amt/files/lms_drop_rpath_1921.0.0.0.diff') diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/files/lms_drop_rpath_1921.0.0.0.diff b/dynamic-layers/openembedded-layer/recipes-bsp/amt/files/lms_drop_rpath_1921.0.0.0.diff new file mode 100644 index 00000000..b68924a5 --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-bsp/amt/files/lms_drop_rpath_1921.0.0.0.diff @@ -0,0 +1,31 @@ +From b92a5bda8015454a570990a3d9c4fba87010f1af Mon Sep 17 00:00:00 2001 +From: Alexander Usyskin +Date: Mon, 17 Jun 2019 13:27:33 +0300 +Subject: [PATCH] lms: drop rpath definitions + +Yocto fail to compile with this definitions. + +Upstream-Status: Inappropriate [configuration] +Signed-off-by: Alexander Usyskin +--- + CMakeLists.txt | 4 ---- + 1 file changed, 4 deletions(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 04257fb..85d0445 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -107,10 +107,6 @@ install (DIRECTORY Docs/Licenses + FILES_MATCHING PATTERN "LICENSE.*" + ) + +-list (APPEND CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/UNS/GMS_COMMON") +-list (APPEND CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/WsmanClient") +-list (APPEND CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/UNS/StatusEventHandler") +- + if (BUILD_TESTS) + include (gtest.cmake) + endif (BUILD_TESTS) +-- +2.7.4 + -- cgit v1.2.3-54-g00ecf