summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-09-14 14:21:21 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-09-16 18:01:55 -0400
commit513f05926a5bdcda033a5da6f76f4f0dddb9d41f (patch)
tree95a42b3e2c856e790b4c84a5161ab620e759962c /recipes-extended
parent36cf756b0a829391ca3cb8c0f29bcc21d55251cd (diff)
downloadmeta-virtualization-513f05926a5bdcda033a5da6f76f4f0dddb9d41f.tar.gz
ceph/libibverbs: replace libibverbs with rdma-core
libibverbs is no longer developed, and its functionaty is provided by the rdma-core projects. rdma-core is part of meta-networking, so we drop libibverbs and update our dependency to rdma-core. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/ceph/ceph_15.2.12.bb2
-rw-r--r--recipes-extended/libibverbs/libibverbs_1.2.1.bb34
2 files changed, 1 insertions, 35 deletions
diff --git a/recipes-extended/ceph/ceph_15.2.12.bb b/recipes-extended/ceph/ceph_15.2.12.bb
index 6636d7a4..6f6fb723 100644
--- a/recipes-extended/ceph/ceph_15.2.12.bb
+++ b/recipes-extended/ceph/ceph_15.2.12.bb
@@ -23,7 +23,7 @@ SRC_URI[sha384sum] = "2a2f177e5b68f6f5d13b253a8d4daba9e956b4a79a40a4775aee288b60
23SRC_URI[sha512sum] = "08266a2e9a7ca5a37e03f340873571fd012c630dd898a87241cd97c29760b2bf41fe64c8883e7b08e0f83c26245072cd26e69ecb1db02378d1ec38335ba1cd0f" 23SRC_URI[sha512sum] = "08266a2e9a7ca5a37e03f340873571fd012c630dd898a87241cd97c29760b2bf41fe64c8883e7b08e0f83c26245072cd26e69ecb1db02378d1ec38335ba1cd0f"
24 24
25DEPENDS = "boost bzip2 curl expat gperf-native \ 25DEPENDS = "boost bzip2 curl expat gperf-native \
26 keyutils libaio libibverbs lz4 \ 26 keyutils libaio rdma-core lz4 \
27 nspr nss \ 27 nspr nss \
28 oath openldap openssl \ 28 oath openldap openssl \
29 python3 python3-cython-native rabbitmq-c rocksdb snappy udev \ 29 python3 python3-cython-native rabbitmq-c rocksdb snappy udev \
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 90c424ec..00000000
--- 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"