diff mbox series

[meta-networking,095/109] rdma-core: upgrade 62.0 -> 64.0

Message ID 20260814224539.1523174-95-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-oe,001/109] xorg-docs: upgrade 1.7.2 -> 1.7.3 | expand

Commit Message

Khem Raj Aug. 14, 2026, 10:45 p.m. UTC
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 <khem.raj@oss.qualcomm.com>
---
 .../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 mbox series

Patch

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"