summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@intel.com>2023-08-28 15:08:34 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2023-08-29 08:55:06 +0800
commit701796077312233b5b2619683b18eef16588579c (patch)
treece1a1db3f637611ab6a083ccd320ffaf17e1e746 /dynamic-layers
parent5f9c566d791a2ea7a81c5bf800e9b56e5a8c04c9 (diff)
downloadmeta-intel-701796077312233b5b2619683b18eef16588579c.tar.gz
embree: upgrade 4.1.0 -> 4.2.0
Release notes: https://github.com/embree/embree/releases/tag/v4.2.0 Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.2.0.bb (renamed from dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.1.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.1.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.2.0.bb
index c5861753..8b73056c 100644
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.1.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_4.2.0.bb
@@ -14,7 +14,7 @@ inherit pkgconfig cmake
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=master" 16SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=master"
17SRCREV = "0fcb306c9176221219dd15e27fe0527ed334948f" 17SRCREV = "341ef8c45d1ae072ead1ab65cd76e88b03d9302c"
18 18
19COMPATIBLE_HOST = '(x86_64).*-linux' 19COMPATIBLE_HOST = '(x86_64).*-linux'
20COMPATIBLE_HOST:libc-musl = "null" 20COMPATIBLE_HOST:libc-musl = "null"