Skip to content

Commit

Permalink
rdma-core: upgrade 48.0 -> 49.0
Browse files Browse the repository at this point in the history
0001-cmake-Allow-SYSTEMCTL_BIN-to-be-overridden-from-envi.patch
refreshed for 49.0

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Jan 9, 2024
1 parent bae231e commit ccd414e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
From 92747aab189aa3cee954ab31ee019205f8984155 Mon Sep 17 00:00:00 2001
From 166d97e6ef63dac1941135e97d0c42ce7a8950af Mon Sep 17 00:00:00 2001
From: Khem Raj <[email protected]>
Date: Sat, 27 May 2023 17:22:10 -0700
Subject: [PATCH] cmake: Allow SYSTEMCTL_BIN to be overridden from environment
Expand All @@ -8,15 +8,16 @@ for systemctl

Upstream-Status: Pending
Signed-off-by: Khem Raj <[email protected]>

---
CMakeLists.txt | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9b7462861..c4d82fb49 100644
index 2c3deef99..ae60f50b0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -226,7 +226,10 @@ else()
@@ -229,7 +229,10 @@ else()
set(CYTHON_EXECUTABLE "")
endif()

Expand All @@ -28,6 +29,3 @@ index 9b7462861..c4d82fb49 100644
if (NOT SYSTEMCTL_BIN)
set (SYSTEMCTL_BIN "/bin/systemctl")
endif()
--
2.40.1

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RDEPENDS:${PN} = "bash perl"

SRC_URI = "git://github.com/linux-rdma/rdma-core.git;branch=master;protocol=https \
file://0001-cmake-Allow-SYSTEMCTL_BIN-to-be-overridden-from-envi.patch"
SRCREV = "3e039515b959fea70356b010ed093e43cf360e99"
SRCREV = "0bffa5d9be9b0ede538f395bf40eb25a84003a49"
S = "${WORKDIR}/git"

#Default Dual License https://github.com/linux-rdma/rdma-core/blob/master/COPYING.md
Expand Down

0 comments on commit ccd414e

Please sign in to comment.