diff options
-rw-r--r-- | meta-oe/recipes-core/opencl/opencl-cts_2025.04.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/opencl/opencl-cts_2025.04.14.bb b/meta-oe/recipes-core/opencl/opencl-cts_2025.04.14.bb index 9c6a55691f..b0f6575e71 100644 --- a/meta-oe/recipes-core/opencl/opencl-cts_2025.04.14.bb +++ b/meta-oe/recipes-core/opencl/opencl-cts_2025.04.14.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
5 | 5 | ||
6 | inherit pkgconfig cmake | 6 | inherit pkgconfig cmake |
7 | 7 | ||
8 | DEPENDS += "opencl-headers opencl-icd-loader" | 8 | DEPENDS += "opencl-headers virtual/libopencl1" |
9 | RDEPENDS:${PN} += "python3-core python3-io" | 9 | RDEPENDS:${PN} += "python3-core python3-io" |
10 | 10 | ||
11 | 11 | ||