summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSudhir Sharma <sudhir.sharma@intel.com>2025-05-15 08:01:52 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2025-05-15 21:30:57 +0800
commit6605638e5b7412cd3f461b3f7a13b1ae64d9a59d (patch)
tree2f48589c83cec767b8af84bf2310f91c6fb3bb56
parent5202c13044d51508b7a08d2cb90c69faac23f0e3 (diff)
downloadmeta-intel-6605638e5b7412cd3f461b3f7a13b1ae64d9a59d.tar.gz
oneDPL : 2022.3.0 -> 2022.8.0
Both path for License.txt and third-party-programs.txt is changed. MIT License has been added for third party 'Detours' component in 'third-party-programs.txt' license file. https://github.com/uxlfoundation/oneDPL/commit/71460896d2d9d3fca59600db949caa9200b8aec7 Release Notes: https://github.com/uxlfoundation/oneDPL/releases/tag/oneDPL-2022.8.0-release Signed-off-by: Sudhir Sharma <sudhir.sharma@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-oneapi/onedpl/onedpl_2022.8.0.bb (renamed from recipes-oneapi/onedpl/onedpl_2022.3.0.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-oneapi/onedpl/onedpl_2022.3.0.bb b/recipes-oneapi/onedpl/onedpl_2022.8.0.bb
index d80b64c9..7e3f309f 100644
--- a/recipes-oneapi/onedpl/onedpl_2022.3.0.bb
+++ b/recipes-oneapi/onedpl/onedpl_2022.8.0.bb
@@ -6,14 +6,14 @@ performance parallel applications."
6HOMEPAGE = "https://github.com/oneapi-src/oneDPL" 6HOMEPAGE = "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://LICENSE.txt;md5=2e982d844baa4df1c80de75470e0c5cb \
10 file://licensing/third-party-programs.txt;md5=cfb8d6b1f04a8fcc7d0dddd817619634" 10 file://third-party-programs.txt;md5=409cd5c825a23043b6bb347861d34b35"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14SRC_URI = "git://github.com/oneapi-src/oneDPL.git;protocol=https;branch=release/2022.3 \ 14SRC_URI = "git://github.com/uxlfoundation/oneDPL.git;protocol=https;branch=release/2022.8.0 \
15 " 15 "
16SRCREV = "180f18ad25fbc39fa13bad43f1df7d54ee8f5609" 16SRCREV = "89d8d8befd4da2cb52f3724f668d17d7e39d42cf"
17 17
18do_compile[noexec] = "1" 18do_compile[noexec] = "1"
19do_configure[noexec] = "1" 19do_configure[noexec] = "1"