diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2021-06-22 17:16:51 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2021-06-22 17:23:53 +0800 |
commit | d1e09d2f0534627ffabd4bab63699b2374890a82 (patch) | |
tree | ccc18ecfc1f0915dba659fffa711bfc61a968f01 /dynamic-layers/openembedded-layer/recipes-oneapi | |
parent | 62cc67878eddf34b57ffc4134ce9480ae9ae44aa (diff) | |
download | meta-intel-d1e09d2f0534627ffabd4bab63699b2374890a82.tar.gz |
rkcommon: add recipe
rkcommon represents a common set of C++ infrastructure and
CMake utilities used by various components of
IntelĀ® oneAPI Rendering Toolkit.
https://github.com/ospray/rkcommon
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-oneapi')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.6.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.6.1.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.6.1.bb new file mode 100644 index 00000000..17edff4a --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.6.1.bb | |||
@@ -0,0 +1,17 @@ | |||
1 | SUMMARY = "rkcommon - C++/CMake infrastructure" | ||
2 | DESCRIPTION = "A common set of C++ infrastructure and CMake utilities \ | ||
3 | used by various components of IntelĀ® oneAPI Rendering Toolkit." | ||
4 | HOMEPAGE = "https://github.com/ospray/rkcommon" | ||
5 | |||
6 | LICENSE = "Apache-2.0" | ||
7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
8 | |||
9 | inherit pkgconfig cmake | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | SRC_URI = "git://github.com/ospray/rkcommon.git;protocol=https \ | ||
14 | " | ||
15 | SRCREV = "9e5a38e486f9edc8aefb37344526ac5552b35573" | ||
16 | |||
17 | DEPENDS = "tbb" | ||