From d965d9ab8e901b9a092f5621f4aef46682ddcfc2 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 4 Jun 2024 09:06:20 +0800 Subject: embree: remove incorrect license value 'syrah' is not a license name. It should be BSD-3-Clause as per the license listed in third-party-programs.txt. Signed-off-by: Anuj Mittal --- dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dynamic-layers') diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.1.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.1.bb index fb341b01..71db4651 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.1.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.1.bb @@ -4,7 +4,7 @@ intended to graphics application engineers that want to improve the \ performance of their application." HOMEPAGE = "https://github.com/embree/embree" -LICENSE = "Apache-2.0 & syrah" +LICENSE = "Apache-2.0 & BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \ file://third-party-programs.txt;md5=f989f5b74cfff0d45d3ccf0e1366cbdc \ file://common/math/transcendental.h;beginline=6;endline=8;md5=73380bb2ab6613b30b8464f114bd0ca8" -- cgit v1.2.3-54-g00ecf