From c2e2f37138e0c770ba0dd581e45e9d6fdbb8bf17 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Thu, 19 May 2022 16:01:12 +0800 Subject: [PATCH] level-zero: remove devtool comments We missed removing the comments added by devtool while doing the upgrade. Signed-off-by: Anuj Mittal --- .../levelzero/level-zero_1.7.15.bb | 21 ------------------- .../{onedpl_2021.6.1.bb => onedpl_2021.7.bb} | 4 ++-- 2 files changed, 2 insertions(+), 23 deletions(-) rename recipes-oneapi/onedpl/{onedpl_2021.6.1.bb => onedpl_2021.7.bb} (92%) 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 @@ -# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. -# The following is the difference between the old and the new license text. -# Please update the LICENSE value if needed, and summarize the changes in -# the commit message via 'License-Update:' tag. -# (example: 'License-Update: copyright years updated.') -# -# The changes: -# -# --- LICENSE -# +++ LICENSE -# @@ -1,6 +1,6 @@ -# MIT License -# -# -Copyright (c) 2019 Intel Corporation -# +Copyright (C) 2019-2021 Intel Corporation -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to deal -# -# - SUMMARY = "oneAPI Level Zero Specification Headers and Loader" HOMEPAGE = "https://github.com/oneapi-src/level-zero" LICENSE = "MIT" diff --git a/recipes-oneapi/onedpl/onedpl_2021.6.1.bb b/recipes-oneapi/onedpl/onedpl_2021.7.bb similarity index 92% rename from recipes-oneapi/onedpl/onedpl_2021.6.1.bb rename to 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 S = "${WORKDIR}/git" -SRC_URI = "git://github.com/oneapi-src/oneDPL.git;protocol=https;branch=release/2021.6 \ +SRC_URI = "git://github.com/oneapi-src/oneDPL.git;protocol=https;branch=release/2021.7 \ " -SRCREV = "bfa2cd2fc07ea105a07d4772276e8c15f7530cd4" +SRCREV = "df96969b76f075bd9ce14c303659595c747c7223" do_compile[noexec] = "1" do_configure[noexec] = "1"