summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2022.0.0.0.bb
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2020-09-10 15:55:05 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-09-10 15:59:14 +0800
commitf7580d72763653893c06e1d9ece7a77c4adb8485 (patch)
treeeb10f5348473297aa8fd7ac50c553392d8320a37 /dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2022.0.0.0.bb
parentc6ca760d24dc016434e79a6aceeb608fba890a3c (diff)
downloadmeta-intel-f7580d72763653893c06e1d9ece7a77c4adb8485.tar.gz
lms: fix build
Disable the compilation of cim plugin of openwsman explicitly to avoid looking for library that is needed for code we don't want to build. Fixes: | CMake Error at CMakeLists.txt:329 (FIND_LIBRARY): | Could not find SFCC_LIBRARIES using the following names: cmpisfcc Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2022.0.0.0.bb')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2022.0.0.0.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2022.0.0.0.bb b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2022.0.0.0.bb
index b0eb0f20..4b1e35f0 100644
--- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2022.0.0.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2022.0.0.0.bb
@@ -24,7 +24,9 @@ S = "${WORKDIR}/git"
24 24
25SYSTEMD_SERVICE_${PN} = "lms.service" 25SYSTEMD_SERVICE_${PN} = "lms.service"
26 26
27SRC_URI = "git://github.com/intel/lms.git" 27SRC_URI = "git://github.com/intel/lms.git \
28 file://0001-CIM_Framework-CMakeLists.txt-turn-OFF-BUILD_LIBCIM.patch \
29 "
28SRCREV = "597783800b000091e05855f1e7431555216e77da" 30SRCREV = "597783800b000091e05855f1e7431555216e77da"
29 31
30SRC_URI_append = " file://lms_drop_rpath_${PV}.diff" 32SRC_URI_append = " file://lms_drop_rpath_${PV}.diff"