summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libssh/libssh/0001-tests-CMakeLists.txt-do-not-search-ssh-sshd-commands.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libssh/libssh/0001-tests-CMakeLists.txt-do-not-search-ssh-sshd-commands.patch')
-rw-r--r--meta-oe/recipes-support/libssh/libssh/0001-tests-CMakeLists.txt-do-not-search-ssh-sshd-commands.patch10
1 files changed, 4 insertions, 6 deletions
diff --git a/meta-oe/recipes-support/libssh/libssh/0001-tests-CMakeLists.txt-do-not-search-ssh-sshd-commands.patch b/meta-oe/recipes-support/libssh/libssh/0001-tests-CMakeLists.txt-do-not-search-ssh-sshd-commands.patch
index 0c7f53029..d6bc75c3a 100644
--- a/meta-oe/recipes-support/libssh/libssh/0001-tests-CMakeLists.txt-do-not-search-ssh-sshd-commands.patch
+++ b/meta-oe/recipes-support/libssh/libssh/0001-tests-CMakeLists.txt-do-not-search-ssh-sshd-commands.patch
@@ -1,4 +1,4 @@
1From d2525ba0bc7b11de12c54ea1a3d1eb862537136d Mon Sep 17 00:00:00 2001 1From 69a89e8f015802f61637fed0d3791d20a594f298 Mon Sep 17 00:00:00 2001
2From: Yi Zhao <yi.zhao@windriver.com> 2From: Yi Zhao <yi.zhao@windriver.com>
3Date: Wed, 15 Mar 2023 16:51:58 +0800 3Date: Wed, 15 Mar 2023 16:51:58 +0800
4Subject: [PATCH] tests/CMakeLists.txt: do not search ssh/sshd commands on host 4Subject: [PATCH] tests/CMakeLists.txt: do not search ssh/sshd commands on host
@@ -9,12 +9,13 @@ not required by unittests, we can skip the search.
9Upstream-Status: Inappropriate [embedded specific] 9Upstream-Status: Inappropriate [embedded specific]
10 10
11Signed-off-by: Yi Zhao <yi.zhao@windriver.com> 11Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
12
12--- 13---
13 tests/CMakeLists.txt | 2 ++ 14 tests/CMakeLists.txt | 2 ++
14 1 file changed, 2 insertions(+) 15 1 file changed, 2 insertions(+)
15 16
16diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt 17diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
17index 22a36f37..aa32ca2e 100644 18index f5c30061..885c926a 100644
18--- a/tests/CMakeLists.txt 19--- a/tests/CMakeLists.txt
19+++ b/tests/CMakeLists.txt 20+++ b/tests/CMakeLists.txt
20@@ -86,6 +86,7 @@ set(TEST_TARGET_LIBRARIES 21@@ -86,6 +86,7 @@ set(TEST_TARGET_LIBRARIES
@@ -25,7 +26,7 @@ index 22a36f37..aa32ca2e 100644
25 # OpenSSH Capabilities are required for all unit tests 26 # OpenSSH Capabilities are required for all unit tests
26 find_program(SSH_EXECUTABLE NAMES ssh) 27 find_program(SSH_EXECUTABLE NAMES ssh)
27 if (SSH_EXECUTABLE) 28 if (SSH_EXECUTABLE)
28@@ -293,6 +294,7 @@ if (CLIENT_TESTING OR SERVER_TESTING) 29@@ -302,6 +303,7 @@ if (CLIENT_TESTING OR SERVER_TESTING)
29 30
30 message(STATUS "TORTURE_ENVIRONMENT=${TORTURE_ENVIRONMENT}") 31 message(STATUS "TORTURE_ENVIRONMENT=${TORTURE_ENVIRONMENT}")
31 endif () 32 endif ()
@@ -33,6 +34,3 @@ index 22a36f37..aa32ca2e 100644
33 34
34 configure_file(tests_config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/tests_config.h) 35 configure_file(tests_config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/tests_config.h)
35 36
36--
372.25.1
38