diff options
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.patch | 30 |
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 @@ | |||
1 | From 076d0e12a7be6cd2108e4ca0dcde1cb658918fa5 Mon Sep 17 00:00:00 2001 | ||
2 | From: Chen Qi <Qi.Chen@windriver.com> | ||
3 | Date: Mon, 19 Apr 2021 23:02:45 -0700 | ||
4 | Subject: [PATCH] do not build tests sub directory | ||
5 | |||
6 | Upstream-Status: Inappropriate [OE Specific] | ||
7 | |||
8 | Signed-off-by: Hongxu Jia <Hongxu.Jia@windriver.com> | ||
9 | Signed-off-by: Chen Qi <Qi.Chen@windriver.com> | ||
10 | --- | ||
11 | CMakeLists.txt | 3 --- | ||
12 | 1 file changed, 3 deletions(-) | ||
13 | |||
14 | diff --git a/CMakeLists.txt b/CMakeLists.txt | ||
15 | index 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 | -- | ||
29 | 2.30.2 | ||
30 | |||