summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-07-20 17:55:31 -0700
committerKhem Raj <raj.khem@gmail.com>2019-07-21 09:40:20 -0700
commit0f61a72a031af005b5a5fc71ee590b49fa911799 (patch)
tree7df8a6334d8435db6d5441ba8efe754c46d67a90 /meta-oe
parent7033623f394616f14589b76d11717c6b76819ddc (diff)
downloadmeta-openembedded-0f61a72a031af005b5a5fc71ee590b49fa911799.tar.gz
cli11: Refresh patch to fix fuzz
Fixes cli11-1.8.0+gitAUTOINC+13becaddb6: Patch log indicates that patches do not apply cleanly. [patch-fuzz] Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/cli11/files/0001-Add-CLANG_TIDY-check.patch12
1 files changed, 5 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/cli11/files/0001-Add-CLANG_TIDY-check.patch b/meta-oe/recipes-support/cli11/files/0001-Add-CLANG_TIDY-check.patch
index bef3548a2..02b3c9bd7 100644
--- a/meta-oe/recipes-support/cli11/files/0001-Add-CLANG_TIDY-check.patch
+++ b/meta-oe/recipes-support/cli11/files/0001-Add-CLANG_TIDY-check.patch
@@ -1,20 +1,21 @@
1From ef6310bc726a53ff6b45071633fa7b37224cae96 Mon Sep 17 00:00:00 2001 1From 902b251fd8d6408ee6623e7a92692948cf90187d Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 12 Feb 2019 13:22:21 -0800 3Date: Tue, 12 Feb 2019 13:22:21 -0800
4Subject: [PATCH] Add CLANG_TIDY check 4Subject: [PATCH] Add CLANG_TIDY check
5 5
6Upstream-Status: Pending 6Upstream-Status: Pending
7Signed-off-by: Khem Raj <raj.khem@gmail.com> 7Signed-off-by: Khem Raj <raj.khem@gmail.com>
8
8--- 9---
9 CMakeLists.txt | 2 +- 10 CMakeLists.txt | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-) 11 1 file changed, 1 insertion(+), 1 deletion(-)
11 12
12diff --git a/CMakeLists.txt b/CMakeLists.txt 13diff --git a/CMakeLists.txt b/CMakeLists.txt
13index 79404b8..f68217d 100644 14index 7073a0b..2dd2c02 100644
14--- a/CMakeLists.txt 15--- a/CMakeLists.txt
15+++ b/CMakeLists.txt 16+++ b/CMakeLists.txt
16@@ -39,7 +39,7 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME) 17@@ -60,7 +60,7 @@ if(CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
17 add_definitions(-Wall -Wextra -pedantic) 18 endif()
18 endif() 19 endif()
19 20
20- if(CMAKE_VERSION VERSION_GREATER 3.6) 21- if(CMAKE_VERSION VERSION_GREATER 3.6)
@@ -22,6 +23,3 @@ index 79404b8..f68217d 100644
22 # Add clang-tidy if available 23 # Add clang-tidy if available
23 option(CLANG_TIDY_FIX "Perform fixes for Clang-Tidy" OFF) 24 option(CLANG_TIDY_FIX "Perform fixes for Clang-Tidy" OFF)
24 find_program( 25 find_program(
25--
262.20.1
27