diff options
author | Alexander Usyskin <alexander.usyskin@intel.com> | 2019-08-06 14:04:50 +0300 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2019-08-07 07:58:31 +0800 |
commit | 28261bb7e587d2a2ac6ad7437fbfc06da680b33b (patch) | |
tree | 61f73c9727d268045318633feb6b503b84027ae9 /dynamic-layers/openembedded-layer/recipes-bsp | |
parent | fae140eb192b3568edf49241466b4f1f1c21c57f (diff) | |
download | meta-intel-28261bb7e587d2a2ac6ad7437fbfc06da680b33b.tar.gz |
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>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-bsp')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-bsp/amt/files/lms_drop_rpath_1932.0.0.0.diff (renamed from dynamic-layers/openembedded-layer/recipes-bsp/amt/files/lms_drop_rpath_1921.0.0.0.diff) | 11 | ||||
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1932.0.0.0.bb (renamed from dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1921.0.0.0.bb) | 6 |
2 files changed, 6 insertions, 11 deletions
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 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 @@ | |||
1 | From b92a5bda8015454a570990a3d9c4fba87010f1af Mon Sep 17 00:00:00 2001 | 1 | From ec7d732a6a23e90be34840b0f1a57e5199d393cf Mon Sep 17 00:00:00 2001 |
2 | From: Alexander Usyskin <alexander.usyskin@intel.com> | 2 | From: Alexander Usyskin <alexander.usyskin@intel.com> |
3 | Date: Mon, 17 Jun 2019 13:27:33 +0300 | 3 | Date: Mon, 17 Jun 2019 13:27:33 +0300 |
4 | Subject: [PATCH] lms: drop rpath definitions | 4 | Subject: [PATCH] lms: drop rpath definitions |
@@ -8,20 +8,19 @@ Yocto fail to compile with this definitions. | |||
8 | Upstream-Status: Inappropriate [configuration] | 8 | Upstream-Status: Inappropriate [configuration] |
9 | Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> | 9 | Signed-off-by: Alexander Usyskin <alexander.usyskin@intel.com> |
10 | --- | 10 | --- |
11 | CMakeLists.txt | 4 ---- | 11 | CMakeLists.txt | 3 --- |
12 | 1 file changed, 4 deletions(-) | 12 | 1 file changed, 3 deletions(-) |
13 | 13 | ||
14 | diff --git a/CMakeLists.txt b/CMakeLists.txt | 14 | diff --git a/CMakeLists.txt b/CMakeLists.txt |
15 | index 04257fb..85d0445 100644 | 15 | index a303c4b..9bda082 100644 |
16 | --- a/CMakeLists.txt | 16 | --- a/CMakeLists.txt |
17 | +++ b/CMakeLists.txt | 17 | +++ b/CMakeLists.txt |
18 | @@ -107,10 +107,6 @@ install (DIRECTORY Docs/Licenses | 18 | @@ -109,9 +109,6 @@ install (DIRECTORY Docs/Licenses |
19 | FILES_MATCHING PATTERN "LICENSE.*" | 19 | FILES_MATCHING PATTERN "LICENSE.*" |
20 | ) | 20 | ) |
21 | 21 | ||
22 | -list (APPEND CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/UNS/GMS_COMMON") | 22 | -list (APPEND CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/UNS/GMS_COMMON") |
23 | -list (APPEND CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/WsmanClient") | 23 | -list (APPEND CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/WsmanClient") |
24 | -list (APPEND CMAKE_INSTALL_RPATH "${PROJECT_BINARY_DIR}/UNS/StatusEventHandler") | ||
25 | - | 24 | - |
26 | if (BUILD_TESTS) | 25 | if (BUILD_TESTS) |
27 | include (gtest.cmake) | 26 | 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 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" | |||
18 | 18 | ||
19 | FILES_${PN} += "${datadir}/dbus-1/system-services/*.service" | 19 | FILES_${PN} += "${datadir}/dbus-1/system-services/*.service" |
20 | 20 | ||
21 | FILES_${PN} += "${libdir}/libLms*.so" | ||
22 | FILES_SOLIBSDEV = "" | ||
23 | INSANE_SKIP_${PN} += "dev-so" | ||
24 | |||
25 | S = "${WORKDIR}/git" | 21 | S = "${WORKDIR}/git" |
26 | 22 | ||
27 | SYSTEMD_SERVICE_${PN} = "lms.service" | 23 | SYSTEMD_SERVICE_${PN} = "lms.service" |
28 | 24 | ||
29 | SRC_URI = "git://github.com/intel/lms.git" | 25 | SRC_URI = "git://github.com/intel/lms.git" |
30 | SRCREV = "f7c374745ae7efb3ed7860fdc3f8abbb52dc9f8f" | 26 | SRCREV = "f90fa51f07514b7644cc57846c90e46b146b23ae" |
31 | 27 | ||
32 | SRC_URI_append = " file://lms_drop_rpath_${PV}.diff" | 28 | SRC_URI_append = " file://lms_drop_rpath_${PV}.diff" |
33 | 29 | ||