mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
lms: upgrade 1921.0.0.0 -> 1932.0.0.0
Drop library packaging workarounds - not needed with a new sources. Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
This commit is contained in:
parent
fae140eb19
commit
28261bb7e5
|
@ -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 <alexander.usyskin@intel.com>
|
||||
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 <alexander.usyskin@intel.com>
|
||||
---
|
||||
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)
|
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user