summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-03-29 19:07:53 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2020-03-30 09:21:18 -0300
commitf75ec4ec1e25afc2f415e6cf25b96d2caf8f3936 (patch)
tree1131cd64ff999529bb78aa2832487e45445f41b2 /recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb
parent74eb1e5b9ca95c5c60136553fbc33c497490807a (diff)
downloadmeta-freescale-f75ec4ec1e25afc2f415e6cf25b96d2caf8f3936.tar.gz
imx-gpu-apitrace: x11: make python3 compatible
When building for fslc-x11 python code generation still fails, e.g.: | File ".../imx-gpu-apitrace/7.1.0-r0/git/wrappers/glxtrace.py", line 70 | print ' if(_glXGetCurrentDisplay == &glXGetCurrentDisplay ){' Convert python2 print statements to python3. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb')
-rw-r--r--recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb
index 0169c26f..180db8d8 100644
--- a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb
+++ b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_7.1.0.bb
@@ -10,6 +10,7 @@ SRC_URI = "\
10 file://0002-specs-Tie-Python-2-3-conversion-loose-ends.patch \ 10 file://0002-specs-Tie-Python-2-3-conversion-loose-ends.patch \
11 file://0003-scripts-Tie-Python-2-3-conversion-loose-ends.patch \ 11 file://0003-scripts-Tie-Python-2-3-conversion-loose-ends.patch \
12 file://0004-scripts-Tie-a-few-more-Python-2-to-3-conversion-loos.patch \ 12 file://0004-scripts-Tie-a-few-more-Python-2-to-3-conversion-loos.patch \
13 file://0005-scripts-Tie-a-few-more-Python-2-to-3-conversion-loos.patch \
13" 14"
14SRCREV = "09579e67262af9c993dd082055a924c2c61cf34d" 15SRCREV = "09579e67262af9c993dd082055a924c2c61cf34d"
15 16