diff options
| -rw-r--r-- | meta-oe/recipes-benchmark/glmark2/glmark2/python3.patch | 12 | ||||
| -rw-r--r-- | meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | 3 |
2 files changed, 1 insertions, 14 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2/python3.patch b/meta-oe/recipes-benchmark/glmark2/glmark2/python3.patch deleted file mode 100644 index df208cf878..0000000000 --- a/meta-oe/recipes-benchmark/glmark2/glmark2/python3.patch +++ /dev/null | |||
| @@ -1,12 +0,0 @@ | |||
| 1 | Use Python 3 instead of Python 2. | ||
| 2 | |||
| 3 | Upstream-Status: Pending | ||
| 4 | Signed-off-by: Ross Burton <ross.burton@intel.com> | ||
| 5 | |||
| 6 | diff --git a/waf b/waf | ||
| 7 | index 6ce2a24..de3c898 100755 | ||
| 8 | --- a/waf | ||
| 9 | +++ b/waf | ||
| 10 | @@ -1 +1 @@ | ||
| 11 | -#!/usr/bin/env python | ||
| 12 | +#!/usr/bin/env python3 | ||
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb index 82821ad63d..2e727a01c8 100644 --- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb +++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb | |||
| @@ -14,8 +14,7 @@ PV = "20191226+${SRCPV}" | |||
| 14 | 14 | ||
| 15 | COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '.*-linux*', 'null', d)}" | 15 | COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '.*-linux*', 'null', d)}" |
| 16 | 16 | ||
| 17 | SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https \ | 17 | SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https" |
| 18 | file://python3.patch" | ||
| 19 | SRCREV = "72dabc5d72b49c6d45badeb8a941ba4d829b0bd6" | 18 | SRCREV = "72dabc5d72b49c6d45badeb8a941ba4d829b0bd6" |
| 20 | 19 | ||
| 21 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
