summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/tigervnc/files/0001-do-not-build-tests-sub-directory.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/tigervnc/files/0001-do-not-build-tests-sub-directory.patch')
-rw-r--r--meta-oe/recipes-graphics/tigervnc/files/0001-do-not-build-tests-sub-directory.patch30
1 files changed, 30 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/tigervnc/files/0001-do-not-build-tests-sub-directory.patch b/meta-oe/recipes-graphics/tigervnc/files/0001-do-not-build-tests-sub-directory.patch
new file mode 100644
index 0000000000..0d58d2502d
--- /dev/null
+++ b/meta-oe/recipes-graphics/tigervnc/files/0001-do-not-build-tests-sub-directory.patch
@@ -0,0 +1,30 @@
1From e117ccc2b4ebb116ab63a3aa6097104964ee223b Mon Sep 17 00:00:00 2001
2From: Chen Qi <Qi.Chen@windriver.com>
3Date: Mon, 19 Apr 2021 23:02:45 -0700
4Subject: [PATCH] do not build tests sub directory
5
6Upstream-Status: Inappropriate [OE Specific]
7
8Signed-off-by: Hongxu Jia <Hongxu.Jia@windriver.com>
9Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
10---
11 CMakeLists.txt | 3 ---
12 1 file changed, 3 deletions(-)
13
14diff --git a/CMakeLists.txt b/CMakeLists.txt
15index 468f4b54..c47c9c0e 100644
16--- a/CMakeLists.txt
17+++ b/CMakeLists.txt
18@@ -351,9 +351,6 @@ if(BUILD_VIEWER)
19 add_subdirectory(media)
20 endif()
21
22-add_subdirectory(tests)
23-
24-
25 if(BUILD_VIEWER)
26 add_subdirectory(release)
27 endif()
28--
292.25.1
30