diff options
author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2021-01-08 22:07:34 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-01-07 22:57:45 -0800 |
commit | b8e884d638568b730377849adce2dc2eddf04e8d (patch) | |
tree | 2bd54f2d99ea9369f7effa667972e9bd7d5d7725 | |
parent | cde1019804c2f7b67bf89d178eec9f4efafea414 (diff) | |
download | meta-openembedded-b8e884d638568b730377849adce2dc2eddf04e8d.tar.gz |
rdma-core: upgrade 32.0 -> 33.0
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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" | |||
5 | DEPENDS = "libnl" | 5 | DEPENDS = "libnl" |
6 | RDEPENDS_${PN} = "bash perl" | 6 | RDEPENDS_${PN} = "bash perl" |
7 | 7 | ||
8 | BRANCH = "stable-v${@d.getVar('PV').split('.')[0]}" | 8 | SRC_URI = "git://github.com/linux-rdma/rdma-core.git" |
9 | SRC_URI = "git://github.com/linux-rdma/rdma-core.git;branch=${BRANCH} \ | 9 | SRCREV = "e66ca0832e58dafac7af7ad9e6799eaef438061a" |
10 | " | ||
11 | SRCREV = "7a4f9ad9a1d906c5f2bbb18b588309c3d12460ac" | ||
12 | S = "${WORKDIR}/git" | 10 | S = "${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 |