mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
glmark2: use Python 3 to build
Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -14,7 +14,8 @@ PV = "20190904+${SRCPV}"
|
||||
|
||||
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 = "24a1139dcbfd86bd02065316eaa90559e39374e1"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
Reference in New Issue
Block a user