aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb')
-rw-r--r--meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb b/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb
deleted file mode 100644
index 1746e21dbf..0000000000
--- a/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb
+++ /dev/null
@@ -1,18 +0,0 @@
-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 = "59c098b6b1f97a339e3e5308499aee6538ecea40"
-
-S = "${WORKDIR}/git"
-
-inherit autotools
-
-DEPENDS = "ruby-native"
-
-BBCLASSEXTEND = "native"