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.
71460896d2

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>
This commit is contained in:
Sudhir Sharma 2025-05-15 08:01:52 +08:00 committed by Anuj Mittal
parent 5202c13044
commit 6605638e5b
No known key found for this signature in database
GPG Key ID: B749E1556041E1B2

View File

@ -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"