summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.7.15.bb21
-rw-r--r--recipes-oneapi/onedpl/onedpl_2021.7.bb (renamed from recipes-oneapi/onedpl/onedpl_2021.6.1.bb)4
2 files changed, 2 insertions, 23 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.7.15.bb b/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.7.15.bb
index 3a46a41e..42431416 100644
--- a/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.7.15.bb
+++ b/dynamic-layers/openembedded-layer/recipes-core/levelzero/level-zero_1.7.15.bb
@@ -1,24 +1,3 @@
1# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
2# The following is the difference between the old and the new license text.
3# Please update the LICENSE value if needed, and summarize the changes in
4# the commit message via 'License-Update:' tag.
5# (example: 'License-Update: copyright years updated.')
6#
7# The changes:
8#
9# --- LICENSE
10# +++ LICENSE
11# @@ -1,6 +1,6 @@
12# MIT License
13#
14# -Copyright (c) 2019 Intel Corporation
15# +Copyright (C) 2019-2021 Intel Corporation
16#
17# Permission is hereby granted, free of charge, to any person obtaining a copy
18# of this software and associated documentation files (the "Software"), to deal
19#
20#
21
22SUMMARY = "oneAPI Level Zero Specification Headers and Loader" 1SUMMARY = "oneAPI Level Zero Specification Headers and Loader"
23HOMEPAGE = "https://github.com/oneapi-src/level-zero" 2HOMEPAGE = "https://github.com/oneapi-src/level-zero"
24LICENSE = "MIT" 3LICENSE = "MIT"
diff --git a/recipes-oneapi/onedpl/onedpl_2021.6.1.bb b/recipes-oneapi/onedpl/onedpl_2021.7.bb
index eb8fccc8..c3533823 100644
--- a/recipes-oneapi/onedpl/onedpl_2021.6.1.bb
+++ b/recipes-oneapi/onedpl/onedpl_2021.7.bb
@@ -11,9 +11,9 @@ LIC_FILES_CHKSUM = "file://licensing/LICENSE.txt;md5=2e982d844baa4df1c80de75470e
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14SRC_URI = "git://github.com/oneapi-src/oneDPL.git;protocol=https;branch=release/2021.6 \ 14SRC_URI = "git://github.com/oneapi-src/oneDPL.git;protocol=https;branch=release/2021.7 \
15 " 15 "
16SRCREV = "bfa2cd2fc07ea105a07d4772276e8c15f7530cd4" 16SRCREV = "df96969b76f075bd9ce14c303659595c747c7223"
17 17
18do_compile[noexec] = "1" 18do_compile[noexec] = "1"
19do_configure[noexec] = "1" 19do_configure[noexec] = "1"