mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
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:
committed by
Khem Raj
parent
87b44d29b6
commit
85a3ac2b9d
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user