From ec9e5ed06256ad92c818474cdb490dc0d3a0d0a3 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 27 Apr 2017 11:04:51 +0200 Subject: recipes: remove blacklisted recipes * as PNBLACKLIST message says, these recipes are blacklisted for long time and nobody showed any interest to fix them * remove all unused .patch and .inc files as well Signed-off-by: Martin Jansa --- .../openlmi/openlmi-providers_0.6.0.bb | 56 ---------------------- 1 file changed, 56 deletions(-) delete mode 100644 meta-oe/recipes-extended/openlmi/openlmi-providers_0.6.0.bb (limited to 'meta-oe/recipes-extended/openlmi/openlmi-providers_0.6.0.bb') 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 deleted file mode 100644 index 2eda65320d..0000000000 --- a/meta-oe/recipes-extended/openlmi/openlmi-providers_0.6.0.bb +++ /dev/null @@ -1,56 +0,0 @@ -SUMMARY = "Set of basic CIM providers" -DESCRIPTION = "\ -openlmi-providers is set of (usually) small CMPI providers (agents) for \ -basic monitoring and management of host system using Common Information \ -Model (CIM)." -HOMEPAGE = "http://www.openlmi.org/" -LICENSE = "LGPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=7c13b3376cea0ce68d2d2da0a1b3a72c" -SECTION = "System/Management" -DEPENDS = "konkretcmpi-native konkretcmpi sblim-sfcb sblim-cmpi-devel cim-schema-exper lmsensors libuser swig swig-native dbus udev systemd-systemctl-native pciutils" - -SRC_URI = "http://fedorahosted.org/released/${BPN}/${BP}.tar.gz \ - file://0001-fix-error.patch \ - file://0001-fix-lib64-can-not-be-shiped-in-64bit-target.patch \ - " -SRC_URI[md5sum] = "5904f23cf494946237cfbbdbe644a3cd" -SRC_URI[sha256sum] = "e2b2fbeaec45a83905d0da3b87da83904d9cd94c1b86312f844587b3fff11f56" - -inherit cmake -LDFLAGS_append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}" -EXTRA_OECMAKE = " \ - -DWITH-DEVASSISTANT=OFF \ - -DWITH-JOURNALD=OFF \ - -DWITH-SERVICE=OFF \ - -DWITH-SERVICE-LEGACY=ON \ - -DWITH-ACCOUNT=OFF \ - -DWITH-PCP=OFF \ - -DWITH-REALMD=OFF \ - -DWITH-FAN=OFF \ - -DWITH-LOCALE=OFF \ - -DWITH-INDSENDER=OFF \ - -DWITH-JOBMANAGER=OFF \ - -DWITH-SSSD=OFF \ - -DWITH-SELINUX=OFF \ - -DWITH-SOFTWARE-DBUS=ON \ - ${@base_conditional("libdir", "/usr/lib64", "-DLIB_SUFFIX=64", "", d)} \ - ${@base_conditional("libdir", "/usr/lib32", "-DLIB_SUFFIX=32", "", d)} \ - " - -do_configure_prepend() { - export CMAKE_INSTALL_DATDIR="${STAGING_DATADIR}" -} - -do_install_append() { - if [ -d ${D}${prefix}${sysconfidr} ]; then - mv ${D}${prefix}${sysconfdir} ${D}${sysconfdir} - fi -} - -FILES_${PN} =+ "${libdir}/cmpi/libcmpiLMI* ${prefix}/libexec*" -FILES_${PN}-dev =+ "${datadir}/cmake*" -FILES_${PN}-dbg =+ "${libdir}/cmpi/.debug*" - -RDEPENDS_${PN} = "python" - -PNBLACKLIST[openlmi-providers] ?= "Depends on blacklisted lmsensors - the recipe will be removed on 2017-09-01 unless the issue is fixed" -- cgit 1.2.3-korg