ocl-icd, opencl-icd-loader: drop RPROVIDES for virtual-opencl-icd

These two packages don't provide ICD drivers at runtime. They provide
the libOpenCL.so.1. Corresponding package is selected at the build time
via the PROVIDES_virtual/opencl-icd. Drop the useless and incorrect
RPROVIDES for virtual-opencl-icd.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Dmitry Baryshkov
2025-09-18 06:04:45 +03:00
committed by Khem Raj
parent dfc93cc6d4
commit 6547930f24
3 changed files with 0 additions and 4 deletions
-1
View File
@@ -59,7 +59,6 @@ PREFERRED_PROVIDER_android-tools-conf ?= "android-tools-conf"
# Configures whether coreutils or uutils-coreutils is used. # Configures whether coreutils or uutils-coreutils is used.
PREFERRED_PROVIDER_coreutils = "coreutils" PREFERRED_PROVIDER_coreutils = "coreutils"
PREFERRED_PROVIDER_virtual/opencl-icd ?= "opencl-icd-loader" PREFERRED_PROVIDER_virtual/opencl-icd ?= "opencl-icd-loader"
PREFERRED_RPROVIDER_virtual-opencl-icd ?= "opencl-icd-loader"
PREFERRED_RPROVIDER_virtual-redis ?= "redis" PREFERRED_RPROVIDER_virtual-redis ?= "redis"
SIGGEN_EXCLUDERECIPES_ABISAFE += " \ SIGGEN_EXCLUDERECIPES_ABISAFE += " \
@@ -14,6 +14,5 @@ inherit autotools
DEPENDS = "ruby-native" DEPENDS = "ruby-native"
PROVIDES = "virtual/opencl-icd" PROVIDES = "virtual/opencl-icd"
RPROVIDES:${PN} = "virtual-opencl-icd"
BBCLASSEXTEND = "native nativesdk" BBCLASSEXTEND = "native nativesdk"
@@ -9,8 +9,6 @@ inherit pkgconfig cmake
DEPENDS += "opencl-headers" DEPENDS += "opencl-headers"
PROVIDES = "virtual/opencl-icd" PROVIDES = "virtual/opencl-icd"
RPROVIDES:${PN} = "virtual-opencl-icd"
SRCREV = "861b68b290e76d08e7241608479c16431f529945" SRCREV = "861b68b290e76d08e7241608479c16431f529945"
SRC_URI = "git://github.com/KhronosGroup/OpenCL-ICD-Loader.git;branch=main;protocol=https" SRC_URI = "git://github.com/KhronosGroup/OpenCL-ICD-Loader.git;branch=main;protocol=https"