diff options
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.patch | 30 |
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 @@ | |||
| 1 | From e117ccc2b4ebb116ab63a3aa6097104964ee223b 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 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 | -- | ||
| 29 | 2.25.1 | ||
| 30 | |||
