mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
ocl-icd: Add PROVIDES and RPROVIDES for virtual/opencl-icd
Some programs dlopen libOpenCL.so.1, they use RDEPENDS. This will allow selecting between ocl-icd and opencl-icd-loader. 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
d774a272a0
commit
812f7795c3
@@ -14,5 +14,7 @@ S = "${WORKDIR}/git"
|
|||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
DEPENDS = "ruby-native"
|
DEPENDS = "ruby-native"
|
||||||
|
PROVIDES = "virtual/opencl-icd"
|
||||||
|
RPROVIDES:${PN} = "virtual/opencl-icd"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user