mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
4dbbef7a39
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>
21 lines
565 B
BlitzBasic
21 lines
565 B
BlitzBasic
SUMMARY = "OpenCL ICD library"
|
|
DESCRIPTION = "Open Source alternative to vendor specific OpenCL ICD loaders."
|
|
|
|
# The LICENSE is BSD 2-Clause "Simplified" License
|
|
LICENSE = "BSD-2-Clause"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=1238d5bccbb6bda30654e48dcc0a554b"
|
|
|
|
SRC_URI = "git://github.com/OCL-dev/ocl-icd.git;protocol=https;branch=master"
|
|
|
|
SRCREV = "fdde6677b21329432db8b481e2637cd10f7d3cb2"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit autotools
|
|
|
|
DEPENDS = "ruby-native"
|
|
PROVIDES = "virtual/opencl-icd"
|
|
RPROVIDES:${PN} = "virtual-opencl-icd"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|