diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 16:12:04 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-22 16:12:08 +0000 |
| commit | b7c8e26df83991f4f84114956b4e6a07109d108d (patch) | |
| tree | 2af48c874ef7d573a4c030a8cde772bbb0fdb4f8 | |
| parent | 246296eccbf50840e6cdf9849e54b9dd90237a16 (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-extended/libibverbs/libibverbs_1.2.1.bb | 34 |
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 @@ | |||
| 1 | SUMMARY = "Support InfiniBand verbs" | ||
| 2 | DESCRIPTION = "Libibverbs is a library that allows userspace processes to use InfiniBand/RDMA 'verbs' directly." | ||
| 3 | HOMEPAGE = "http://www.openfabrics.org/downloads/verbs/" | ||
| 4 | SECTION = "libs/devel" | ||
| 5 | |||
| 6 | LICENSE = "BSD" | ||
| 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=7c557f27dd795ba77cc419dddc656b51" | ||
| 8 | |||
| 9 | # Official repo is at git://git.kernel.org/pub/scm/libs/infiniband/libibverbs.git | ||
| 10 | SRC_URI = "https://www.openfabrics.org/downloads/verbs/${BPN}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "1544ebb89d861ce84057ab43dfcd22a0" | ||
| 13 | SRC_URI[sha256sum] = "c352a7f24e9a9d30ea74faa35d1b721d78d770506a0c03732e3132b7c85ac330" | ||
| 14 | |||
| 15 | inherit autotools | ||
| 16 | |||
| 17 | DEPENDS = "libnl pkgconfig-native" | ||
| 18 | PACKAGES += "${PN}-utils" | ||
| 19 | FILES_${PN} = "${sysconfdir} ${libdir}/*.so.*" | ||
| 20 | FILES_${PN}-utils = "${bindir}" | ||
| 21 | |||
| 22 | PACKAGECONFIG ??= "" | ||
| 23 | PACKAGECONFIG[valgrind] = "--with-valgrind,--without-valgrind,valgrind," | ||
| 24 | |||
| 25 | do_install_append() { | ||
| 26 | mkdir -p ${D}${sysconfdir}/libibverbs.d | ||
| 27 | rm -f ${D}${libdir}/libibverbs.la | ||
| 28 | } | ||
| 29 | |||
| 30 | PROVIDES = "virtual/libibverbs" | ||
| 31 | RPROVIDES_${PN} = "virtual/libibverbs" | ||
| 32 | |||
| 33 | COMPATIBLE_HOST_mipsarch = "none" | ||
| 34 | COMPATIBLE_HOST_arm = "none" | ||
