summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb')
-rw-r--r--meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb b/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb
new file mode 100644
index 000000000..93fac969c
--- /dev/null
+++ b/meta-oe/recipes-core/opencl/ocl-icd_2.3.2.bb
@@ -0,0 +1,20 @@
1SUMMARY = "OpenCL ICD library"
2DESCRIPTION = "Open Source alternative to vendor specific OpenCL ICD loaders."
3
4# The LICENSE is BSD 2-Clause "Simplified" License
5LICENSE = "BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://COPYING;md5=1238d5bccbb6bda30654e48dcc0a554b"
7
8SRC_URI = "git://github.com/OCL-dev/ocl-icd.git;protocol=https;branch=master"
9
10SRCREV = "fdde6677b21329432db8b481e2637cd10f7d3cb2"
11
12S = "${WORKDIR}/git"
13
14inherit autotools
15
16DEPENDS = "ruby-native"
17PROVIDES = "virtual/opencl-icd"
18RPROVIDES:${PN} = "virtual/opencl-icd"
19
20BBCLASSEXTEND = "native nativesdk"