summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dynamic-layers/clang-layer/recipes-oneapi/embree/embree_4.4.0.bb3
-rw-r--r--dynamic-layers/clang-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb3
-rw-r--r--dynamic-layers/clang-layer/recipes-oneapi/ospray/ospray_3.2.0.bb2
3 files changed, 8 insertions, 0 deletions
diff --git a/dynamic-layers/clang-layer/recipes-oneapi/embree/embree_4.4.0.bb b/dynamic-layers/clang-layer/recipes-oneapi/embree/embree_4.4.0.bb
index ebd45c60..b633bc49 100644
--- a/dynamic-layers/clang-layer/recipes-oneapi/embree/embree_4.4.0.bb
+++ b/dynamic-layers/clang-layer/recipes-oneapi/embree/embree_4.4.0.bb
@@ -11,6 +11,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \
11 11
12inherit pkgconfig cmake 12inherit pkgconfig cmake
13 13
14# ISPC generates binaries with embedded build paths
15INSANE_SKIP:${PN}-dbg += "buildpaths"
16
14SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=master" 17SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=master"
15SRCREV = "ff9381774dc99fea81a932ad276677aad6a3d4dd" 18SRCREV = "ff9381774dc99fea81a932ad276677aad6a3d4dd"
16 19
diff --git a/dynamic-layers/clang-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb b/dynamic-layers/clang-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb
index b458bb4d..efd15d9f 100644
--- a/dynamic-layers/clang-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb
+++ b/dynamic-layers/clang-layer/recipes-oneapi/openvkl/openvkl_2.0.1.bb
@@ -40,3 +40,6 @@ PACKAGES =+ "${PN}-examples"
40FILES:${PN}-examples = "\ 40FILES:${PN}-examples = "\
41 ${bindir} \ 41 ${bindir} \
42 " 42 "
43
44INSANE_SKIP:${PN}-src += "buildpaths"
45INSANE_SKIP:${PN}-dbg += "buildpaths" \ No newline at end of file
diff --git a/dynamic-layers/clang-layer/recipes-oneapi/ospray/ospray_3.2.0.bb b/dynamic-layers/clang-layer/recipes-oneapi/ospray/ospray_3.2.0.bb
index dc8f7335..99af9010 100644
--- a/dynamic-layers/clang-layer/recipes-oneapi/ospray/ospray_3.2.0.bb
+++ b/dynamic-layers/clang-layer/recipes-oneapi/ospray/ospray_3.2.0.bb
@@ -36,4 +36,6 @@ FILES:${PN}-apps = "\
36 ${bindir} \ 36 ${bindir} \
37 " 37 "
38 38
39INSANE_SKIP:${PN}-src += "buildpaths"
40INSANE_SKIP:${PN}-dbg += "buildpaths"
39UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$" 41UPSTREAM_CHECK_GITTAGREGEX = "^v(?P<pver>(\d+(\.\d+)+))$"