summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/clang/clang/0008-clang-scan-view-needs-python-2.x.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-devtools/clang/clang/0008-clang-scan-view-needs-python-2.x.patch')
-rw-r--r--recipes-devtools/clang/clang/0008-clang-scan-view-needs-python-2.x.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/recipes-devtools/clang/clang/0008-clang-scan-view-needs-python-2.x.patch b/recipes-devtools/clang/clang/0008-clang-scan-view-needs-python-2.x.patch
index c55b309..047c038 100644
--- a/recipes-devtools/clang/clang/0008-clang-scan-view-needs-python-2.x.patch
+++ b/recipes-devtools/clang/clang/0008-clang-scan-view-needs-python-2.x.patch
@@ -1,7 +1,7 @@
1From 846e59787ec12b6cd817640151d1f23d3b78d6b5 Mon Sep 17 00:00:00 2001 1From f86a9b4d0b8ee8818a0a86561c33c2dbb1c12535 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com> 2From: Khem Raj <raj.khem@gmail.com>
3Date: Tue, 15 May 2018 10:28:43 -0700 3Date: Tue, 15 May 2018 10:28:43 -0700
4Subject: [PATCH 8/8] clang: scan-view needs python 2.x 4Subject: [PATCH 08/15] clang: scan-view needs python 2.x
5 5
6Some distributions e.g. archlinux have switched to pointing 6Some distributions e.g. archlinux have switched to pointing
7python to python3, therefore its better to be specific about 7python to python3, therefore its better to be specific about
@@ -9,19 +9,19 @@ python version needed.
9 9
10Signed-off-by: Khem Raj <raj.khem@gmail.com> 10Signed-off-by: Khem Raj <raj.khem@gmail.com>
11--- 11---
12 tools/scan-view/bin/scan-view | 2 +- 12 clang/tools/scan-view/bin/scan-view | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-) 13 1 file changed, 1 insertion(+), 1 deletion(-)
14 14
15diff --git a/tools/scan-view/bin/scan-view b/tools/scan-view/bin/scan-view 15diff --git a/clang/tools/scan-view/bin/scan-view b/clang/tools/scan-view/bin/scan-view
16index 1b6e8ba90d..7c5867d1be 100755 16index 6165432e7af..04ad518a60c 100755
17--- a/tools/scan-view/bin/scan-view 17--- a/clang/tools/scan-view/bin/scan-view
18+++ b/tools/scan-view/bin/scan-view 18+++ b/clang/tools/scan-view/bin/scan-view
19@@ -1,4 +1,4 @@ 19@@ -1,4 +1,4 @@
20-#!/usr/bin/env python 20-#!/usr/bin/env python
21+#!/usr/bin/env python2 21+#!/usr/bin/env python2
22 22
23 """The clang static analyzer results viewer. 23 from __future__ import print_function
24 """ 24
25-- 25--
262.18.0 262.20.1
27 27