summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2022-06-14 12:07:19 +0200
committerKhem Raj <raj.khem@gmail.com>2022-06-30 13:39:28 -0400
commit274af1c051914ecea38b84bfddad3720da33bada (patch)
tree0908eb88b34b3df1a8d4a76cecfdee9892954cf8 /meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
parent6be254ceb593cf3ab344c06c938e99d26874f7d8 (diff)
downloadmeta-openembedded-274af1c051914ecea38b84bfddad3720da33bada.tar.gz
glmark2: fix compatibility with python-3.11
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark/glmark2/glmark2_git.bb')
-rw-r--r--meta-oe/recipes-benchmark/glmark2/glmark2_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
index 1406f68b05..188d4e5bdf 100644
--- a/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
+++ b/meta-oe/recipes-benchmark/glmark2/glmark2_git.bb
@@ -18,7 +18,8 @@ SRC_URI = " \
18 file://0001-fix-dispmanx-build.patch \ 18 file://0001-fix-dispmanx-build.patch \
19 file://0002-run-dispmanx-fullscreen.patch \ 19 file://0002-run-dispmanx-fullscreen.patch \
20 file://0001-libmatrix-Include-missing-utility-header.patch \ 20 file://0001-libmatrix-Include-missing-utility-header.patch \
21 " 21 file://0001-waflib-fix-compatibility-with-python-3.11.patch \
22"
22SRCREV = "0858b450cd88c84a15b99dda9698d44e7f7e8c70" 23SRCREV = "0858b450cd88c84a15b99dda9698d44e7f7e8c70"
23 24
24S = "${WORKDIR}/git" 25S = "${WORKDIR}/git"