From 6605638e5b7412cd3f461b3f7a13b1ae64d9a59d Mon Sep 17 00:00:00 2001 From: Sudhir Sharma Date: Thu, 15 May 2025 08:01:52 +0800 Subject: [PATCH] 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 Signed-off-by: Anuj Mittal --- .../onedpl/{onedpl_2022.3.0.bb => onedpl_2022.8.0.bb} | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename recipes-oneapi/onedpl/{onedpl_2022.3.0.bb => onedpl_2022.8.0.bb} (67%) diff --git a/recipes-oneapi/onedpl/onedpl_2022.3.0.bb b/recipes-oneapi/onedpl/onedpl_2022.8.0.bb similarity index 67% rename from recipes-oneapi/onedpl/onedpl_2022.3.0.bb rename to 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." HOMEPAGE = "https://github.com/oneapi-src/oneDPL" LICENSE = "Apache-2.0-with-LLVM-exception" -LIC_FILES_CHKSUM = "file://licensing/LICENSE.txt;md5=2e982d844baa4df1c80de75470e0c5cb \ - file://licensing/third-party-programs.txt;md5=cfb8d6b1f04a8fcc7d0dddd817619634" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2e982d844baa4df1c80de75470e0c5cb \ + file://third-party-programs.txt;md5=409cd5c825a23043b6bb347861d34b35" S = "${WORKDIR}/git" -SRC_URI = "git://github.com/oneapi-src/oneDPL.git;protocol=https;branch=release/2022.3 \ +SRC_URI = "git://github.com/uxlfoundation/oneDPL.git;protocol=https;branch=release/2022.8.0 \ " -SRCREV = "180f18ad25fbc39fa13bad43f1df7d54ee8f5609" +SRCREV = "89d8d8befd4da2cb52f3724f668d17d7e39d42cf" do_compile[noexec] = "1" do_configure[noexec] = "1"