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_1932.0.0.0.diff similarity index 69% rename from dynamic-layers/openembedded-layer/recipes-bsp/amt/files/lms_drop_rpath_1921.0.0.0.diff rename to dynamic-layers/openembedded-layer/recipes-bsp/amt/files/lms_drop_rpath_1932.0.0.0.diff index b68924a5..dae02e50 100644 --- 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_1932.0.0.0.diff @@ -1,4 +1,4 @@ -From b92a5bda8015454a570990a3d9c4fba87010f1af Mon Sep 17 00:00:00 2001 +From ec7d732a6a23e90be34840b0f1a57e5199d393cf 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 @@ -8,20 +8,19 @@ Yocto fail to compile with this definitions. Upstream-Status: Inappropriate [configuration] Signed-off-by: Alexander Usyskin --- - CMakeLists.txt | 4 ---- - 1 file changed, 4 deletions(-) + CMakeLists.txt | 3 --- + 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt -index 04257fb..85d0445 100644 +index a303c4b..9bda082 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -107,10 +107,6 @@ install (DIRECTORY Docs/Licenses +@@ -109,9 +109,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) diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1921.0.0.0.bb b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1932.0.0.0.bb similarity index 87% rename from dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1921.0.0.0.bb rename to dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1932.0.0.0.bb index 8ed74486..76baa9f3 100644 --- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1921.0.0.0.bb +++ b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1932.0.0.0.bb @@ -18,16 +18,12 @@ REQUIRED_DISTRO_FEATURES= "systemd" FILES_${PN} += "${datadir}/dbus-1/system-services/*.service" -FILES_${PN} += "${libdir}/libLms*.so" -FILES_SOLIBSDEV = "" -INSANE_SKIP_${PN} += "dev-so" - S = "${WORKDIR}/git" SYSTEMD_SERVICE_${PN} = "lms.service" SRC_URI = "git://github.com/intel/lms.git" -SRCREV = "f7c374745ae7efb3ed7860fdc3f8abbb52dc9f8f" +SRCREV = "f90fa51f07514b7644cc57846c90e46b146b23ae" SRC_URI_append = " file://lms_drop_rpath_${PV}.diff"