summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/tigervnc/files/0002-do-not-build-tests-sub-directory.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-graphics/tigervnc/files/0002-do-not-build-tests-sub-directory.patch')
-rw-r--r--meta-oe/recipes-graphics/tigervnc/files/0002-do-not-build-tests-sub-directory.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-oe/recipes-graphics/tigervnc/files/0002-do-not-build-tests-sub-directory.patch b/meta-oe/recipes-graphics/tigervnc/files/0002-do-not-build-tests-sub-directory.patch
deleted file mode 100644
index 5a42e67d06..0000000000
--- a/meta-oe/recipes-graphics/tigervnc/files/0002-do-not-build-tests-sub-directory.patch
+++ /dev/null
@@ -1,30 +0,0 @@
1From 076d0e12a7be6cd2108e4ca0dcde1cb658918fa5 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 7bf99441..bda80598 100644
16--- a/CMakeLists.txt
17+++ b/CMakeLists.txt
18@@ -304,9 +304,6 @@ if(BUILD_VIEWER)
19 add_subdirectory(media)
20 endif()
21
22-add_subdirectory(tests)
23-
24-
25 add_subdirectory(release)
26
27 # uninstall
28--
292.30.2
30