meta-intel/dynamic-layers/openembedded-layer/recipes-oneapi/embree/embree_3.13.1.bb
Anuj Mittal 6fa578ecfe meta: add explicit branch and protocol to SRC_URI
Add branch name explicitly to SRC_URI where it's not defined and switch
to using https protocol for Github projects.

The change was made using convert_srcuri script for OE-Core.

Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
(cherry picked from commit e4d0c52cba)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
2021-11-08 09:07:23 +08:00

31 lines
1.1 KiB
BlitzBasic

SUMMARY = "Collection of high-performance ray tracing kernels"
DESCRIPTION = "A collection of high-performance ray tracing kernels \
intended to graphics application engineers that want to improve the \
performance of their application."
HOMEPAGE = "https://github.com/embree/embree"
LICENSE = "Apache-2.0 & syrah"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \
file://third-party-programs.txt;md5=86f6028ba2138fe41ac5c121d0a3518e \
file://common/math/transcendental.h;beginline=6;endline=8;md5=73380bb2ab6613b30b8464f114bd0ca8"
inherit pkgconfig cmake
S = "${WORKDIR}/git"
SRC_URI = "git://github.com/embree/embree.git;protocol=https;branch=master \
"
SRCREV = "12b99393438a4cc9e478e33459eed78bec6233fd"
COMPATIBLE_HOST = '(x86_64).*-linux'
DEPENDS = "tbb jpeg libpng glfw ispc-native"
EXTRA_OECMAKE += " \
-DEMBREE_ISPC_SUPPORT=OFF \
-DEMBREE_IGNORE_CMAKE_CXX_FLAGS=OFF \
-DEMBREE_MAX_ISA=DEFAULT \
-DEMBREE_TUTORIALS=OFF \
-DEMBREE_ISPC_SUPPORT=ON \
"