diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2024-06-04 09:06:20 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2024-06-04 09:32:36 +0800 |
commit | d965d9ab8e901b9a092f5621f4aef46682ddcfc2 (patch) | |
tree | 6df52ae67337c85c7bc616140dca165826251182 /dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.1.bb | |
parent | c849f41d21a079f487dd8df8f75a1c9cc16ca59a (diff) | |
download | meta-intel-d965d9ab8e901b9a092f5621f4aef46682ddcfc2.tar.gz |
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 <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.1.bb')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.3.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
4 | performance of their application." | 4 | performance of their application." |
5 | HOMEPAGE = "https://github.com/embree/embree" | 5 | HOMEPAGE = "https://github.com/embree/embree" |
6 | 6 | ||
7 | LICENSE = "Apache-2.0 & syrah" | 7 | LICENSE = "Apache-2.0 & BSD-3-Clause" |
8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | 8 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \ |
9 | file://third-party-programs.txt;md5=f989f5b74cfff0d45d3ccf0e1366cbdc \ | 9 | file://third-party-programs.txt;md5=f989f5b74cfff0d45d3ccf0e1366cbdc \ |
10 | file://common/math/transcendental.h;beginline=6;endline=8;md5=73380bb2ab6613b30b8464f114bd0ca8" | 10 | file://common/math/transcendental.h;beginline=6;endline=8;md5=73380bb2ab6613b30b8464f114bd0ca8" |