diff options
Diffstat (limited to 'meta-oe/recipes-extended/openlmi')
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 | ||
| 29 | FILES_${PN} =+ "${libdir}/cmpi/libcmpiLMI_Networking.so ${prefix}/libexec*" | 29 | FILES_${PN} =+ "${libdir}/cmpi/libcmpiLMI_Networking.so ${prefix}/libexec*" |
| 30 | FILES_${PN}-dbg =+ "${libdir}/cmpi/.debug*" | 30 | FILES_${PN}-dbg =+ "${libdir}/cmpi/.debug*" |
| 31 | |||
| 32 | PNBLACKLIST[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*" | |||
| 52 | FILES_${PN}-dbg =+ "${libdir}/cmpi/.debug*" | 52 | FILES_${PN}-dbg =+ "${libdir}/cmpi/.debug*" |
| 53 | 53 | ||
| 54 | RDEPENDS_${PN} = "python" | 54 | RDEPENDS_${PN} = "python" |
| 55 | |||
| 56 | PNBLACKLIST[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 | ||
| 32 | FILES_${PN} =+ "${sysconfdir}/openlmi/storage/storage.conf ${datadir}/${BPN}/*" | 32 | FILES_${PN} =+ "${sysconfdir}/openlmi/storage/storage.conf ${datadir}/${BPN}/*" |
| 33 | |||
| 34 | PNBLACKLIST[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() { | |||
| 21 | do_install_prepend() { | 21 | do_install_prepend() { |
| 22 | cd cli | 22 | cd cli |
| 23 | } | 23 | } |
| 24 | |||
| 25 | PNBLACKLIST[openlmi-tools] ?= "Depends on blacklisted pywbem" | ||
