summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 \