summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/openlmi
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/openlmi')
-rw-r--r--meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb2
-rw-r--r--meta-oe/recipes-extended/openlmi/openlmi-providers_0.6.0.bb2
-rw-r--r--meta-oe/recipes-extended/openlmi/openlmi-storage_0.8.1.bb2
-rw-r--r--meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb2
4 files changed, 8 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb b/meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb
index 7cfcbe2469..a7ce508ea2 100644
--- a/meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb
+++ b/meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb
@@ -28,3 +28,5 @@ do_configure_prepend() {
28 28
29FILES_${PN} =+ "${libdir}/cmpi/libcmpiLMI_Networking.so ${prefix}/libexec*" 29FILES_${PN} =+ "${libdir}/cmpi/libcmpiLMI_Networking.so ${prefix}/libexec*"
30FILES_${PN}-dbg =+ "${libdir}/cmpi/.debug*" 30FILES_${PN}-dbg =+ "${libdir}/cmpi/.debug*"
31
32PNBLACKLIST[openlmi-networking] ?= "Depends on blacklisted openlmi-providers"
diff --git a/meta-oe/recipes-extended/openlmi/openlmi-providers_0.6.0.bb b/meta-oe/recipes-extended/openlmi/openlmi-providers_0.6.0.bb
index 6048888740..d4f8c46e7e 100644
--- a/meta-oe/recipes-extended/openlmi/openlmi-providers_0.6.0.bb
+++ b/meta-oe/recipes-extended/openlmi/openlmi-providers_0.6.0.bb
@@ -52,3 +52,5 @@ FILES_${PN}-dev =+ "${datadir}/cmake*"
52FILES_${PN}-dbg =+ "${libdir}/cmpi/.debug*" 52FILES_${PN}-dbg =+ "${libdir}/cmpi/.debug*"
53 53
54RDEPENDS_${PN} = "python" 54RDEPENDS_${PN} = "python"
55
56PNBLACKLIST[openlmi-providers] ?= "Depends on blacklisted lmsensors"
diff --git a/meta-oe/recipes-extended/openlmi/openlmi-storage_0.8.1.bb b/meta-oe/recipes-extended/openlmi/openlmi-storage_0.8.1.bb
index 015d803391..5facde6d7a 100644
--- a/meta-oe/recipes-extended/openlmi/openlmi-storage_0.8.1.bb
+++ b/meta-oe/recipes-extended/openlmi/openlmi-storage_0.8.1.bb
@@ -30,3 +30,5 @@ do_install_append() {
30} 30}
31 31
32FILES_${PN} =+ "${sysconfdir}/openlmi/storage/storage.conf ${datadir}/${BPN}/*" 32FILES_${PN} =+ "${sysconfdir}/openlmi/storage/storage.conf ${datadir}/${BPN}/*"
33
34PNBLACKLIST[openlmi-storage] ?= "Depends on blacklisted pywbem"
diff --git a/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb b/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb
index b23869d767..cc8e8298c9 100644
--- a/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb
+++ b/meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb
@@ -21,3 +21,5 @@ do_compile_prepend() {
21do_install_prepend() { 21do_install_prepend() {
22 cd cli 22 cd cli
23} 23}
24
25PNBLACKLIST[openlmi-tools] ?= "Depends on blacklisted pywbem"