diff options
author | Zoltán Böszörményi <zboszor@gmail.com> | 2023-03-09 09:10:35 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-09 09:54:04 -0800 |
commit | 812f7795c3a007d49e2897dbb9f7198bd7e9fb40 (patch) | |
tree | 13865a8fbb27fa28aa44d2d6637ca2adeeeafb57 | |
parent | d774a272a00a013bb2e83a3b4861c88a9c026119 (diff) | |
download | meta-openembedded-812f7795c3a007d49e2897dbb9f7198bd7e9fb40.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-core/opencl/ocl-icd_2.3.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/opencl/ocl-icd_2.3.1.bb b/meta-oe/recipes-core/opencl/ocl-icd_2.3.1.bb index 250cb6883b..b1980e3682 100644 --- a/meta-oe/recipes-core/opencl/ocl-icd_2.3.1.bb +++ b/meta-oe/recipes-core/opencl/ocl-icd_2.3.1.bb | |||
@@ -14,5 +14,7 @@ S = "${WORKDIR}/git" | |||
14 | inherit autotools | 14 | inherit autotools |
15 | 15 | ||
16 | DEPENDS = "ruby-native" | 16 | DEPENDS = "ruby-native" |
17 | PROVIDES = "virtual/opencl-icd" | ||
18 | RPROVIDES:${PN} = "virtual/opencl-icd" | ||
17 | 19 | ||
18 | BBCLASSEXTEND = "native nativesdk" | 20 | BBCLASSEXTEND = "native nativesdk" |