diff options
Diffstat (limited to 'import-layers/meta-openembedded/meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb')
-rw-r--r-- | import-layers/meta-openembedded/meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/import-layers/meta-openembedded/meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb b/import-layers/meta-openembedded/meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb deleted file mode 100644 index 081bd3bc0..000000000 --- a/import-layers/meta-openembedded/meta-oe/recipes-extended/openlmi/openlmi-networking_0.3.1.bb +++ /dev/null @@ -1,32 +0,0 @@ -SUMMARY = "CIM providers for network management" -DESCRIPTION = "\ -openlmi-networking is set of CMPI providers for network management using \ -Common Information Model (CIM)." -HOMEPAGE = "http://www.openlmi.org/" -LICENSE = "LGPL-2.1+" -LIC_FILES_CHKSUM = "file://COPYING;md5=7c13b3376cea0ce68d2d2da0a1b3a72c" -SECTION = "System/Management" -DEPENDS = "openlmi-providers konkretcmpi konkretcmpi-native sblim-cmpi-devel cim-schema-exper networkmanager dbus libcheck glib-2.0" - -SRC_URI = "http://fedorahosted.org/released/${BPN}/${BP}.tar.gz \ - file://0001-fix-lib64-can-not-be-shiped-in-64bit-target.patch \ - " -SRC_URI[md5sum] = "f20de8c76fb6a80001b14c1eb035953e" -SRC_URI[sha256sum] = "578eaa5c65fe924b5d7aeb635509dd46443166cd6a88b019bc42646e3518a460" - -inherit cmake - -EXTRA_OECMAKE = "${@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}" -} - - -FILES_${PN} =+ "${libdir}/cmpi/libcmpiLMI_Networking.so ${prefix}/libexec*" -FILES_${PN}-dbg =+ "${libdir}/cmpi/.debug*" - -PNBLACKLIST[openlmi-networking] ?= "Depends on blacklisted openlmi-providers - the recipe will be removed on 2017-09-01 unless the issue is fixed" |