summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-05-21 11:25:21 -0700
committerKhem Raj <raj.khem@gmail.com>2021-05-21 11:26:57 -0700
commit03ff456f78def2487b246c13d8ab7576e85c8bdb (patch)
tree6be46f07ebaebf499d0bbef35a1c987676503149
parent77e614754553e64c4bc554ae802dc09e56eb6209 (diff)
downloadmeta-openembedded-03ff456f78def2487b246c13d8ab7576e85c8bdb.tar.gz
rdma-core: Upgrade to 35.0
Native python is being probed on some builds Fixes recipe-sysroot-native/usr/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "3.8") Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-support/rdma-core/rdma-core_35.0.bb (renamed from meta-networking/recipes-support/rdma-core/rdma-core_33.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_33.0.bb b/meta-networking/recipes-support/rdma-core/rdma-core_35.0.bb
index 1c1569cfb0..af4b3788ba 100644
--- a/meta-networking/recipes-support/rdma-core/rdma-core_33.0.bb
+++ b/meta-networking/recipes-support/rdma-core/rdma-core_35.0.bb
@@ -6,7 +6,7 @@ DEPENDS = "libnl"
6RDEPENDS_${PN} = "bash perl" 6RDEPENDS_${PN} = "bash perl"
7 7
8SRC_URI = "git://github.com/linux-rdma/rdma-core.git" 8SRC_URI = "git://github.com/linux-rdma/rdma-core.git"
9SRCREV = "e66ca0832e58dafac7af7ad9e6799eaef438061a" 9SRCREV = "e29a698e99028e9a092bb00c03ee4bfa31ae0cf3"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12#Default Dual License https://github.com/linux-rdma/rdma-core/blob/master/COPYING.md 12#Default Dual License https://github.com/linux-rdma/rdma-core/blob/master/COPYING.md
@@ -26,7 +26,7 @@ FILES_SOLIBSDEV = ""
26FILES_${PN} += "${libdir}/*" 26FILES_${PN} += "${libdir}/*"
27INSANE_SKIP_${PN} += "dev-so" 27INSANE_SKIP_${PN} += "dev-so"
28 28
29inherit cmake cpan-base systemd 29inherit cmake cpan-base python3native systemd
30 30
31SYSTEMD_SERVICE_${PN} = " \ 31SYSTEMD_SERVICE_${PN} = " \
32 srp_daemon.service \ 32 srp_daemon.service \