summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2021-04-16 09:31:37 +0800
committerArmin Kuster <akuster808@gmail.com>2021-04-17 06:45:48 -0700
commitbe1b9699baac990102d77a5ffb13944e19fb03fc (patch)
tree9bed666ce9e0c180232a01331d5db25f7c5276a8
parent16103af5b994479e06d30e17dcea7b3310e6ad42 (diff)
downloadmeta-openembedded-be1b9699baac990102d77a5ffb13944e19fb03fc.tar.gz
ocl-icd: upgrade 2.2.14 -> 2.3.0
Release tag: https://github.com/OCL-dev/ocl-icd/releases/tag/v2.3.0 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb (renamed from meta-oe/recipes-core/opencl/ocl-icd_git.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/opencl/ocl-icd_git.bb b/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb
index 2e43939b91..d94e4c2f0a 100644
--- a/meta-oe/recipes-core/opencl/ocl-icd_git.bb
+++ b/meta-oe/recipes-core/opencl/ocl-icd_2.3.0.bb
@@ -7,8 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=1238d5bccbb6bda30654e48dcc0a554b"
7 7
8SRC_URI = "git://github.com/OCL-dev/ocl-icd.git;protocol=https" 8SRC_URI = "git://github.com/OCL-dev/ocl-icd.git;protocol=https"
9 9
10PV = "2.2.14+git${SRCPV}" 10SRCREV = "59c098b6b1f97a339e3e5308499aee6538ecea40"
11SRCREV = "109694ef2686fe25538c05f3c856912f8ef571a9"
12 11
13S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
14 13