opencl-cts: depend on virtual/libopencl1 instead of opencl-icd-loader

Make OpenCL CTS package depend on the OpenCL virtual package rather than
the exact implementation.

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-18 06:04:47 +03:00
committed by Khem Raj
parent 87b44d29b6
commit 85a3ac2b9d

View File

@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
inherit pkgconfig cmake
DEPENDS += "opencl-headers opencl-icd-loader"
DEPENDS += "opencl-headers virtual/libopencl1"
RDEPENDS:${PN} += "python3-core python3-io"