diff options
-rw-r--r-- | meta-oe/recipes-support/opencl/clinfo_3.0.21.02.21.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 35b5a000e1..781e698cbf 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" | |||
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | DEPENDS += "opencl-headers opencl-icd-loader" | 16 | DEPENDS += "opencl-headers virtual/opencl-icd" |
17 | 17 | ||
18 | do_install() { | 18 | do_install() { |
19 | install -D -m 755 clinfo ${D}${bindir}/clinfo | 19 | install -D -m 755 clinfo ${D}${bindir}/clinfo |