summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.5.bb (renamed from dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.4.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.4.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.5.bb
index 98652e07..038bffce 100644
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.4.bb
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.5.bb
@@ -13,9 +13,8 @@ inherit pkgconfig cmake
13 13
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=devel3"
17 " 17SRCREV = "698442324ccddd11725fb8875275dc1384f7fb40"
18SRCREV = "489b746c0d5010e0da10345e9dc96768bec9a037"
19 18
20COMPATIBLE_HOST = '(x86_64).*-linux' 19COMPATIBLE_HOST = '(x86_64).*-linux'
21COMPATIBLE_HOST:libc-musl = "null" 20COMPATIBLE_HOST:libc-musl = "null"