summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/rdma-core/rdma-core_33.0.bb (renamed from meta-networking/recipes-support/rdma-core/rdma-core_32.0.bb)6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_32.0.bb b/meta-networking/recipes-support/rdma-core/rdma-core_33.0.bb
index 7772120ee6..1c1569cfb0 100644
--- a/meta-networking/recipes-support/rdma-core/rdma-core_32.0.bb
+++ b/meta-networking/recipes-support/rdma-core/rdma-core_33.0.bb
@@ -5,10 +5,8 @@ SECTION = "libs"
5DEPENDS = "libnl" 5DEPENDS = "libnl"
6RDEPENDS_${PN} = "bash perl" 6RDEPENDS_${PN} = "bash perl"
7 7
8BRANCH = "stable-v${@d.getVar('PV').split('.')[0]}" 8SRC_URI = "git://github.com/linux-rdma/rdma-core.git"
9SRC_URI = "git://github.com/linux-rdma/rdma-core.git;branch=${BRANCH} \ 9SRCREV = "e66ca0832e58dafac7af7ad9e6799eaef438061a"
10 "
11SRCREV = "7a4f9ad9a1d906c5f2bbb18b588309c3d12460ac"
12S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
13 11
14#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