[meta-networking][PATCH 095/109] rdma-core: upgrade 62.0 -> 64.0
Khem Raj <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
0001-cmake-Allow-SYSTEMCTL_BIN-to-be-overridden-from-envi.patch still applies (with a minor line-offset shift) and is still needed: upstream v64.0's CMakeLists.txt still unconditionally calls find_program() for SYSTEMCTL_BIN without honoring a pre-set value. AI-Generated: Uses Claude Code Signed-off-by: Khem Raj <[email protected]> --- .../rdma-core/{rdma-core_62.0.bb => rdma-core_64.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/rdma-core/{rdma-core_62.0.bb => rdma-core_64.0.bb} (96%) diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_62.0.bb b/meta-networking/recipes-support/rdma-core/rdma-core_64.0.bb similarity index 96% rename from meta-networking/recipes-support/rdma-core/rdma-core_62.0.bb rename to meta-networking/recipes-support/rdma-core/rdma-core_64.0.bb index cf66a3fc70..d4faca1727 100644 --- a/meta-networking/recipes-support/rdma-core/rdma-core_62.0.bb +++ b/meta-networking/recipes-support/rdma-core/rdma-core_64.0.bb @@ -8,7 +8,7 @@ RDEPENDS:${PN} = "bash perl" SRC_URI = "git://github.com/linux-rdma/rdma-core.git;branch=master;protocol=https;tag=v${PV} \ file://0001-cmake-Allow-SYSTEMCTL_BIN-to-be-overridden-from-envi.patch \ " -SRCREV = "31af04ec84378724cb6256814d4ffde359a7123b" +SRCREV = "f272237493ef309984036f7b85655e11104c61c8" #Default Dual License https://github.com/linux-rdma/rdma-core/blob/master/COPYING.md LICENSE = "BSD-2-Clause OR GPL-2.0-only"