summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2023-10-30 14:32:03 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-10-30 15:42:30 +0800
commit25d703565217ff66bb7ab39a7d8f92872641988c (patch)
treecca8d7b035f679a31f653850c7970d5b0d2e82d7
parent3c855dabfd9ccb0acb27d9fe8acac144f9ef4262 (diff)
downloadmeta-intel-25d703565217ff66bb7ab39a7d8f92872641988c.tar.gz
onedpl: 2022.0.0 -> 2022.2.0
License-Update: added license for Modern GPU and oneDPL samples https://github.com/oneapi-src/oneDPL/blob/release/2022.2/licensing/third-party-programs.txt Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-oneapi/onedpl/onedpl_2022.2.0.bb (renamed from recipes-oneapi/onedpl/onedpl_2022.0.0.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-oneapi/onedpl/onedpl_2022.0.0.bb b/recipes-oneapi/onedpl/onedpl_2022.2.0.bb
index ea74fe0d..6ff7414b 100644
--- a/recipes-oneapi/onedpl/onedpl_2022.0.0.bb
+++ b/recipes-oneapi/onedpl/onedpl_2022.2.0.bb
@@ -7,13 +7,13 @@ HOMEPAGE = "https://github.com/oneapi-src/oneDPL"
7 7
8LICENSE = "Apache-2.0-with-LLVM-exception" 8LICENSE = "Apache-2.0-with-LLVM-exception"
9LIC_FILES_CHKSUM = "file://licensing/LICENSE.txt;md5=2e982d844baa4df1c80de75470e0c5cb \ 9LIC_FILES_CHKSUM = "file://licensing/LICENSE.txt;md5=2e982d844baa4df1c80de75470e0c5cb \
10 file://licensing/third-party-programs.txt;md5=74cbe473c3521af32a92f662c44aa6bd" 10 file://licensing/third-party-programs.txt;md5=cfb8d6b1f04a8fcc7d0dddd817619634"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14SRC_URI = "git://github.com/oneapi-src/oneDPL.git;protocol=https;branch=release/2022.0 \ 14SRC_URI = "git://github.com/oneapi-src/oneDPL.git;protocol=https;branch=release/2022.2 \
15 " 15 "
16SRCREV = "240685db73e3169e66dbb625b4d5fa1ad06ec79b" 16SRCREV = "c697fac0b51ce2a36f3824bb9063dfaf6aee88ac"
17 17
18do_compile[noexec] = "1" 18do_compile[noexec] = "1"
19do_configure[noexec] = "1" 19do_configure[noexec] = "1"