From f7580d72763653893c06e1d9ece7a77c4adb8485 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 10 Sep 2020 15:55:05 +0800 Subject: 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 --- dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2022.0.0.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2022.0.0.0.bb') 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" SYSTEMD_SERVICE_${PN} = "lms.service" -SRC_URI = "git://github.com/intel/lms.git" +SRC_URI = "git://github.com/intel/lms.git \ + file://0001-CIM_Framework-CMakeLists.txt-turn-OFF-BUILD_LIBCIM.patch \ + " SRCREV = "597783800b000091e05855f1e7431555216e77da" SRC_URI_append = " file://lms_drop_rpath_${PV}.diff" -- cgit v1.2.3-54-g00ecf