summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/openlmi/openlmi-providers/0001-fix-error.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/openlmi/openlmi-providers/0001-fix-error.patch')
-rw-r--r--meta-oe/recipes-extended/openlmi/openlmi-providers/0001-fix-error.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/meta-oe/recipes-extended/openlmi/openlmi-providers/0001-fix-error.patch b/meta-oe/recipes-extended/openlmi/openlmi-providers/0001-fix-error.patch
deleted file mode 100644
index 4bcd1c4d9..000000000
--- a/meta-oe/recipes-extended/openlmi/openlmi-providers/0001-fix-error.patch
+++ /dev/null
@@ -1,26 +0,0 @@
1From 764171866b84e0198b67538f63022abde3e628ad Mon Sep 17 00:00:00 2001
2From: Qian Lei <qianl.fnst@cn.fujitsu.com>
3Date: Fri, 16 Jan 2015 14:15:25 +0800
4Subject: [PATCH] fix error
5
6Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com>
7---
8 cmake/modules/OpenLMIMacros.cmake | 2 +-
9 1 file changed, 1 insertion(+), 1 deletion(-)
10
11diff --git a/cmake/modules/OpenLMIMacros.cmake b/cmake/modules/OpenLMIMacros.cmake
12index d55f983..dbc32ec 100644
13--- a/cmake/modules/OpenLMIMacros.cmake
14+++ b/cmake/modules/OpenLMIMacros.cmake
15@@ -89,7 +89,7 @@ macro(konkretcmpi_generate MOFS CIM_PROVIDERS CIM_HEADERS CIM_CLASSES)
16 endforeach(CLASS ${CIM_CLASS_NAMES})
17
18 # Generate headers for CIM classes
19- set(ENV{KONKRET_SCHEMA_DIR} "/usr/share/mof/cim-current")
20+ set(ENV{KONKRET_SCHEMA_DIR} "$ENV{CMAKE_INSTALL_DATDIR}/mof/cim-current")
21 execute_process(COMMAND ${KONKRETCMPI_KONKRET}
22 ${KONKRET_MOF_FILES}
23 ${GENERATE_PROVIDERS}
24--
251.8.3.1
26