summaryrefslogtreecommitdiffstats
path: root/external/meta-openembedded/meta-oe/recipes-benchmark/glmark2/glmark2/python3.patch
blob: df208cf8789d0379973e4c186bb1dbdbd4837b5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Use Python 3 instead of Python 2.

Upstream-Status: Pending
Signed-off-by: Ross Burton <ross.burton@intel.com>

diff --git a/waf b/waf
index 6ce2a24..de3c898 100755
--- a/waf
+++ b/waf
@@ -1 +1 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3