From 90aa170afb7e7f7febb79cd82ad7b8dc4a84a732 Mon Sep 17 00:00:00 2001 From: lepeltif Date: Thu, 16 Jun 2022 15:41:27 +0200 Subject: [PATCH] clinfo: use virtual opencl loader provider --- meta-oe/recipes-support/opencl/clinfo_3.0.21.02.21.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/opencl/clinfo_3.0.21.02.21.bb b/meta-oe/recipes-support/opencl/clinfo_3.0.21.02.21.bb index 35b5a000e1f..781e698cbfc 100644 --- a/meta-oe/recipes-support/opencl/clinfo_3.0.21.02.21.bb +++ b/meta-oe/recipes-support/opencl/clinfo_3.0.21.02.21.bb @@ -13,7 +13,7 @@ SRCREV = "d34bc1a3bdc148e2e1fe64998398e1a0552ab04c" S = "${WORKDIR}/git" -DEPENDS += "opencl-headers opencl-icd-loader" +DEPENDS += "opencl-headers virtual/opencl-icd" do_install() { install -D -m 755 clinfo ${D}${bindir}/clinfo