opencl-cts: build SPIR-V files for the spirv-new test

Pull in spirv-tools-native package in order to build SPIR-V files for
the spirv-new test.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Dmitry Baryshkov 2025-09-29 05:40:23 +03:00 committed by Khem Raj
parent bd05e5b608
commit 596e74fc68
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -7,7 +7,7 @@ inherit pkgconfig cmake features_check
REQUIRED_DISTRO_FEATURES = "opencl"
DEPENDS += "opencl-headers virtual/libopencl1"
DEPENDS += "opencl-headers virtual/libopencl1 spirv-tools-native"
RDEPENDS:${PN} += "python3-core python3-io"