mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
opencl-icd: Rename rdepends to virtual-opencl-icd
This helps in fending off the build time QA error WARNING: /mnt/b/yoe/master/sources/meta-openembedded/meta-oe/recipes-core/opencl/opencl-icd-loader_2023.12.14.bb: RPROVIDES is set to v irtual/opencl-icd, the substring 'virtual/' holds no meaning in this context. It is suggested to use the 'virtual-' instead. Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Zoltán Böszörményi <zboszor@gmail.com>
This commit is contained in:
parent
1647e20b2e
commit
4dbbef7a39
|
|
@ -54,7 +54,7 @@ PREFERRED_PROVIDER_android-tools-conf ?= "android-tools-conf"
|
|||
# Configures whether coreutils or uutils-coreutils is used.
|
||||
PREFERRED_PROVIDER_coreutils = "coreutils"
|
||||
PREFERRED_PROVIDER_virtual/opencl-icd ?= "opencl-icd-loader"
|
||||
PREFERRED_RPROVIDER_virtual/opencl-icd ?= "opencl-icd-loader"
|
||||
PREFERRED_RPROVIDER_virtual-opencl-icd ?= "opencl-icd-loader"
|
||||
|
||||
SIGGEN_EXCLUDERECIPES_ABISAFE += " \
|
||||
fbset-modes \
|
||||
|
|
|
|||
|
|
@ -15,6 +15,6 @@ inherit autotools
|
|||
|
||||
DEPENDS = "ruby-native"
|
||||
PROVIDES = "virtual/opencl-icd"
|
||||
RPROVIDES:${PN} = "virtual/opencl-icd"
|
||||
RPROVIDES:${PN} = "virtual-opencl-icd"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ inherit pkgconfig cmake
|
|||
DEPENDS += "opencl-headers"
|
||||
|
||||
PROVIDES = "virtual/opencl-icd"
|
||||
RPROVIDES:${PN} = "virtual/opencl-icd"
|
||||
RPROVIDES:${PN} = "virtual-opencl-icd"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user