mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
Revert "ceph/libibverbs: replace libibverbs with rdma-core"
meta-cloud-services still has users of libibverbs, so we'll keep it
around a bit longer.
But this library has been replaced by rdma-core, and won't get more
updates, so it should be considered depreciated and slated for removal.
This reverts commit 513f05926a
.
This commit is contained in:
parent
807506c777
commit
1fae6921b6
|
@ -23,7 +23,7 @@ SRC_URI[sha384sum] = "2a2f177e5b68f6f5d13b253a8d4daba9e956b4a79a40a4775aee288b60
|
|||
SRC_URI[sha512sum] = "08266a2e9a7ca5a37e03f340873571fd012c630dd898a87241cd97c29760b2bf41fe64c8883e7b08e0f83c26245072cd26e69ecb1db02378d1ec38335ba1cd0f"
|
||||
|
||||
DEPENDS = "boost bzip2 curl expat gperf-native \
|
||||
keyutils libaio rdma-core lz4 \
|
||||
keyutils libaio libibverbs lz4 \
|
||||
nspr nss \
|
||||
oath openldap openssl \
|
||||
python3 python3-cython-native rabbitmq-c rocksdb snappy udev \
|
||||
|
|
34
recipes-extended/libibverbs/libibverbs_1.2.1.bb
Normal file
34
recipes-extended/libibverbs/libibverbs_1.2.1.bb
Normal file
|
@ -0,0 +1,34 @@
|
|||
SUMMARY = "Support InfiniBand verbs"
|
||||
DESCRIPTION = "Libibverbs is a library that allows userspace processes to use InfiniBand/RDMA 'verbs' directly."
|
||||
HOMEPAGE = "http://www.openfabrics.org/downloads/verbs/"
|
||||
SECTION = "libs/devel"
|
||||
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=7c557f27dd795ba77cc419dddc656b51"
|
||||
|
||||
# Official repo is at git://git.kernel.org/pub/scm/libs/infiniband/libibverbs.git
|
||||
SRC_URI = "https://www.openfabrics.org/downloads/verbs/${BPN}-${PV}.tar.gz"
|
||||
|
||||
SRC_URI[md5sum] = "1544ebb89d861ce84057ab43dfcd22a0"
|
||||
SRC_URI[sha256sum] = "c352a7f24e9a9d30ea74faa35d1b721d78d770506a0c03732e3132b7c85ac330"
|
||||
|
||||
inherit autotools
|
||||
|
||||
DEPENDS = "libnl pkgconfig-native"
|
||||
PACKAGES += "${PN}-utils"
|
||||
FILES:${PN} = "${sysconfdir} ${libdir}/*.so.*"
|
||||
FILES:${PN}-utils = "${bindir}"
|
||||
|
||||
PACKAGECONFIG ??= ""
|
||||
PACKAGECONFIG[valgrind] = "--with-valgrind,--without-valgrind,valgrind,"
|
||||
|
||||
do_install:append() {
|
||||
mkdir -p ${D}${sysconfdir}/libibverbs.d
|
||||
rm -f ${D}${libdir}/libibverbs.la
|
||||
}
|
||||
|
||||
PROVIDES = "virtual/libibverbs"
|
||||
RPROVIDES:${PN} = "virtual-libibverbs"
|
||||
|
||||
COMPATIBLE_HOST:mipsarch = "none"
|
||||
COMPATIBLE_HOST:arm = "none"
|
Loading…
Reference in New Issue
Block a user