summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-01-22 16:12:04 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-01-22 16:12:08 +0000
commitb7c8e26df83991f4f84114956b4e6a07109d108d (patch)
tree2af48c874ef7d573a4c030a8cde772bbb0fdb4f8 /recipes-extended
parent246296eccbf50840e6cdf9849e54b9dd90237a16 (diff)
downloadmeta-cloud-services-b7c8e26df83991f4f84114956b4e6a07109d108d.tar.gz
libibverbs: move to meta-virtualization
ceph is one of the main users of this package, so we move it to meta-virtualiation to break the dependency. Since m-c-s already needs meta-virt, it makes more sense this way. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/libibverbs/libibverbs_1.2.1.bb34
1 files changed, 0 insertions, 34 deletions
diff --git a/recipes-extended/libibverbs/libibverbs_1.2.1.bb b/recipes-extended/libibverbs/libibverbs_1.2.1.bb
deleted file mode 100644
index fa7eee6..0000000
--- a/recipes-extended/libibverbs/libibverbs_1.2.1.bb
+++ /dev/null
@@ -1,34 +0,0 @@
1SUMMARY = "Support InfiniBand verbs"
2DESCRIPTION = "Libibverbs is a library that allows userspace processes to use InfiniBand/RDMA 'verbs' directly."
3HOMEPAGE = "http://www.openfabrics.org/downloads/verbs/"
4SECTION = "libs/devel"
5
6LICENSE = "BSD"
7LIC_FILES_CHKSUM = "file://COPYING;md5=7c557f27dd795ba77cc419dddc656b51"
8
9# Official repo is at git://git.kernel.org/pub/scm/libs/infiniband/libibverbs.git
10SRC_URI = "https://www.openfabrics.org/downloads/verbs/${BPN}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "1544ebb89d861ce84057ab43dfcd22a0"
13SRC_URI[sha256sum] = "c352a7f24e9a9d30ea74faa35d1b721d78d770506a0c03732e3132b7c85ac330"
14
15inherit autotools
16
17DEPENDS = "libnl pkgconfig-native"
18PACKAGES += "${PN}-utils"
19FILES_${PN} = "${sysconfdir} ${libdir}/*.so.*"
20FILES_${PN}-utils = "${bindir}"
21
22PACKAGECONFIG ??= ""
23PACKAGECONFIG[valgrind] = "--with-valgrind,--without-valgrind,valgrind,"
24
25do_install_append() {
26 mkdir -p ${D}${sysconfdir}/libibverbs.d
27 rm -f ${D}${libdir}/libibverbs.la
28}
29
30PROVIDES = "virtual/libibverbs"
31RPROVIDES_${PN} = "virtual/libibverbs"
32
33COMPATIBLE_HOST_mipsarch = "none"
34COMPATIBLE_HOST_arm = "none"