diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2023-10-12 10:23:51 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2023-10-23 13:54:44 +0800 |
commit | e1aedc8b1121eba12cb57e58bc9c8bc6005a6c97 (patch) | |
tree | 1d49e03ff1a06cbc91415006b46eaab9d1c38e8b /dynamic-layers/openembedded-layer | |
parent | 2b3d88de9574a1bc5d7b695ce69c783f77268b91 (diff) | |
download | meta-intel-e1aedc8b1121eba12cb57e58bc9c8bc6005a6c97.tar.gz |
openvkl: upgrade 1.3.2 -> 2.0.0
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_2.0.0.bb (renamed from dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.3.2.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.3.2.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_2.0.0.bb index 6eca2172..bd4c9a67 100644 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_1.3.2.bb +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/openvkl/openvkl_2.0.0.bb | |||
@@ -20,12 +20,12 @@ S = "${WORKDIR}/git" | |||
20 | 20 | ||
21 | SRC_URI = "git://github.com/openvkl/openvkl.git;protocol=https;branch=master \ | 21 | SRC_URI = "git://github.com/openvkl/openvkl.git;protocol=https;branch=master \ |
22 | " | 22 | " |
23 | SRCREV = "fac6c96b24ae73941716b7368ffc289eb9c47532" | 23 | SRCREV = "712bdb8035487606096d7af90a4c9bde5503515d" |
24 | 24 | ||
25 | COMPATIBLE_HOST = '(x86_64).*-linux' | 25 | COMPATIBLE_HOST = '(x86_64).*-linux' |
26 | COMPATIBLE_HOST:libc-musl = "null" | 26 | COMPATIBLE_HOST:libc-musl = "null" |
27 | 27 | ||
28 | DEPENDS = "ispc-native rkcommon embree" | 28 | DEPENDS = "ispc ispc-native rkcommon embree" |
29 | 29 | ||
30 | EXTRA_OECMAKE += " \ | 30 | EXTRA_OECMAKE += " \ |
31 | -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ | 31 | -DISPC_EXECUTABLE=${STAGING_BINDIR_NATIVE}/ispc \ |