From 535b93e4ad1851f19c54381bbb8a3e176e8f12e0 Mon Sep 17 00:00:00 2001 From: Yogesh Tyagi Date: Mon, 25 Jul 2022 21:11:00 +0800 Subject: rkcommon : upgrade 1.9.0 -> 1.10.0 Release Notes: https://github.com/ospray/rkcommon/releases/tag/v1.10.0 Signed-off-by: Yogesh Tyagi Signed-off-by: Anuj Mittal --- .../recipes-oneapi/rkcommon/rkcommon_1.10.0.bb | 19 +++++++++++++++++++ .../recipes-oneapi/rkcommon/rkcommon_1.9.0.bb | 19 ------------------- 2 files changed, 19 insertions(+), 19 deletions(-) create mode 100644 dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.10.0.bb delete mode 100644 dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.9.0.bb diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.10.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.10.0.bb new file mode 100644 index 00000000..8bf6d28b --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.10.0.bb @@ -0,0 +1,19 @@ +SUMMARY = "rkcommon - C++/CMake infrastructure" +DESCRIPTION = "A common set of C++ infrastructure and CMake utilities \ +used by various components of IntelĀ® oneAPI Rendering Toolkit." +HOMEPAGE = "https://github.com/ospray/rkcommon" + +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" + +inherit pkgconfig cmake + +S = "${WORKDIR}/git" + +SRC_URI = "git://github.com/ospray/rkcommon.git;protocol=https;branch=master \ + " +SRCREV = "0b8856cd9278474b56dc5bcff516a4b9482cf147" + +DEPENDS = "tbb" + +EXTRA_OECMAKE += " -DBUILD_TESTING=OFF" diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.9.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.9.0.bb deleted file mode 100644 index c5e0fcdd..00000000 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.9.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "rkcommon - C++/CMake infrastructure" -DESCRIPTION = "A common set of C++ infrastructure and CMake utilities \ -used by various components of IntelĀ® oneAPI Rendering Toolkit." -HOMEPAGE = "https://github.com/ospray/rkcommon" - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" - -inherit pkgconfig cmake - -S = "${WORKDIR}/git" - -SRC_URI = "git://github.com/ospray/rkcommon.git;protocol=https;branch=master \ - " -SRCREV = "8636cc74a254178175601a656b58faefb299fd43" - -DEPENDS = "tbb" - -EXTRA_OECMAKE += " -DBUILD_TESTING=OFF" -- cgit v1.2.3-54-g00ecf