diff options
| author | Dengke Du <dengke.du@windriver.com> | 2019-03-22 10:13:52 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-03-24 23:14:23 -0400 |
| commit | 29b76f4c82a4402e64b96eb766d7cd628122d646 (patch) | |
| tree | 6f5efa9541f128a8b770cd63f358d4104aa20b58 | |
| parent | 5e5c80ec5c4ee05ab3b75e5ba5f00edbeedc1a6f (diff) | |
| download | meta-cloud-services-29b76f4c82a4402e64b96eb766d7cd628122d646.tar.gz | |
libibverbs: upgrade to 1.2.1
Signed-off-by: Dengke Du <dengke.du@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-extended/libibverbs/libibverbs_1.2.1.bb (renamed from recipes-extended/libibverbs/libibverbs_1.1.7.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes-extended/libibverbs/libibverbs_1.1.7.bb b/recipes-extended/libibverbs/libibverbs_1.2.1.bb index e7e8d65..dd74522 100644 --- a/recipes-extended/libibverbs/libibverbs_1.1.7.bb +++ b/recipes-extended/libibverbs/libibverbs_1.2.1.bb | |||
| @@ -9,11 +9,12 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=7c557f27dd795ba77cc419dddc656b51" | |||
| 9 | # Official repo is at git://git.kernel.org/pub/scm/libs/infiniband/libibverbs.git | 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" | 10 | SRC_URI = "https://www.openfabrics.org/downloads/verbs/${BPN}-${PV}.tar.gz" |
| 11 | 11 | ||
| 12 | SRC_URI[md5sum] = "5aea59e4766ae4548419010ac84032ff" | 12 | SRC_URI[md5sum] = "1544ebb89d861ce84057ab43dfcd22a0" |
| 13 | SRC_URI[sha256sum] = "31b4114bf32d41c9fc81a862ec5febed1e982975f21fa177ea9c7516c9064690" | 13 | SRC_URI[sha256sum] = "c352a7f24e9a9d30ea74faa35d1b721d78d770506a0c03732e3132b7c85ac330" |
| 14 | 14 | ||
| 15 | inherit autotools | 15 | inherit autotools |
| 16 | 16 | ||
| 17 | DEPENDS = "libnl pkgconfig-native" | ||
| 17 | PACKAGES += "${PN}-utils" | 18 | PACKAGES += "${PN}-utils" |
| 18 | FILES_${PN} = "${sysconfdir} ${libdir}/*.so.*" | 19 | FILES_${PN} = "${sysconfdir} ${libdir}/*.so.*" |
| 19 | FILES_${PN}-utils = "${bindir}" | 20 | FILES_${PN}-utils = "${bindir}" |
