forked from openembedded/meta-openembedded
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
1 parent
bae231e
commit ccd414e
Showing
2 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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() | ||
|
||
|
@@ -28,6 +29,3 @@ index 9b7462861..c4d82fb49 100644 | |
if (NOT SYSTEMCTL_BIN) | ||
set (SYSTEMCTL_BIN "/bin/systemctl") | ||
endif() | ||
-- | ||
2.40.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters