aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-01-13 12:26:29 +0000
committerKhem Raj <raj.khem@gmail.com>2023-01-13 09:46:05 -0800
commit015d7f6935f87dacbc2a80e2e543db81b768fb41 (patch)
tree24db7793030ab9391636004d7e3f6e432f337a96 /meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc
parent49de9dfbcd9ffb10dcc5fb22f7b08a9918021157 (diff)
downloadmeta-openembedded-contrib-015d7f6935f87dacbc2a80e2e543db81b768fb41.tar.gz
khronos-cts: fix build when python3-build-native is present
This recipe has a python script which *appends* a local directory to sys.path and then tries to include a local module called build. However if python3-build-native is present that is included instead. Fix by prepending the local directory to sys.path instead. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc')
-rw-r--r--meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc
index f9074556f1..c7535405b0 100644
--- a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc
+++ b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc
@@ -10,6 +10,7 @@ SRC_URI = "\
git://github.com/open-source-parsers/jsoncpp.git;protocol=https;destsuffix=git/external/jsoncpp/src;name=jsoncpp;branch=master \
git://github.com/KhronosGroup/Vulkan-Docs.git;protocol=https;destsuffix=git/external/vulkan-docs/src;name=vulkan-docs;branch=main \
https://raw.githubusercontent.com/baldurk/renderdoc/fcdea67879fa1991e56cf7734ce0ce27866b665f/renderdoc/api/app/renderdoc_app.h;subdir=git/external/renderdoc/src;name=renderdoc \
+ file://gen-framework-path.patch \
"
S = "${WORKDIR}/git"