mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 16:00:32 +00:00
opencl-icd-loader: Add RPROVIDES:${PN} = "virtual/opencl-icd"
Some programs dlopen libOpenCL.so.1, they use RDEPENDS. Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
9a87e5a163
commit
d774a272a0
@@ -9,6 +9,7 @@ inherit pkgconfig cmake
|
|||||||
DEPENDS += "opencl-headers"
|
DEPENDS += "opencl-headers"
|
||||||
|
|
||||||
PROVIDES = "virtual/opencl-icd"
|
PROVIDES = "virtual/opencl-icd"
|
||||||
|
RPROVIDES:${PN} = "virtual/opencl-icd"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
PV = "v2022.01.04+git${SRCPV}"
|
PV = "v2022.01.04+git${SRCPV}"
|
||||||
|
|||||||
Reference in New Issue
Block a user