mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
glmark2: no need to patch waf
Now that waf.bbclass in oe-core uses Python 3 explictly we don't need to patch glmark. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -1,12 +0,0 @@
|
|||||||
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
|
|
||||||
@@ -14,8 +14,7 @@ PV = "20191226+${SRCPV}"
|
|||||||
|
|
||||||
COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '.*-linux*', 'null', d)}"
|
COMPATIBLE_HOST_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '.*-linux*', 'null', d)}"
|
||||||
|
|
||||||
SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https \
|
SRC_URI = "git://github.com/glmark2/glmark2.git;protocol=https"
|
||||||
file://python3.patch"
|
|
||||||
SRCREV = "72dabc5d72b49c6d45badeb8a941ba4d829b0bd6"
|
SRCREV = "72dabc5d72b49c6d45badeb8a941ba4d829b0bd6"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|||||||
Reference in New Issue
Block a user