From 00ba7da845b96a15b42550d15a343f7bc36392f8 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 11 Feb 2017 17:40:01 +0100 Subject: recipes: blacklist recipes depending on blacklisted recipes Signed-off-by: Martin Jansa --- meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb | 2 ++ meta-oe/recipes-extended/openlmi/openlmi-providers_0.6.0.bb | 2 ++ meta-oe/recipes-extended/openlmi/openlmi-storage_0.8.1.bb | 2 ++ meta-oe/recipes-extended/openlmi/openlmi-tools_0.10.5.bb | 2 ++ 4 files changed, 8 insertions(+) (limited to 'meta-oe/recipes-extended') 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() { FILES_${PN} =+ "${libdir}/cmpi/libcmpiLMI_Networking.so ${prefix}/libexec*" FILES_${PN}-dbg =+ "${libdir}/cmpi/.debug*" + +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*" FILES_${PN}-dbg =+ "${libdir}/cmpi/.debug*" RDEPENDS_${PN} = "python" + +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() { } FILES_${PN} =+ "${sysconfdir}/openlmi/storage/storage.conf ${datadir}/${BPN}/*" + +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() { do_install_prepend() { cd cli } + +PNBLACKLIST[openlmi-tools] ?= "Depends on blacklisted pywbem" -- cgit 1.2.3-korg