mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
libibverbs: import frmo meta-cloud-services
To allow ceph to build without meta-cloud-services in the bblayers, we import libibverbs into meta-virtualization. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
parent
8f6ebd264d
commit
1d47e25958
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