From 6b7045d99a61b8ad47d289f84f4c7080cf032c06 Mon Sep 17 00:00:00 2001 From: Anuj Mittal Date: Tue, 24 Aug 2021 23:38:17 +0800 Subject: rkcommon: upgrade 1.6.1 -> 1.7.0 Signed-off-by: Anuj Mittal --- .../recipes-oneapi/rkcommon/rkcommon_1.6.1.bb | 19 ------------------- .../recipes-oneapi/rkcommon/rkcommon_1.7.0.bb | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.6.1.bb create mode 100644 dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.7.0.bb 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 deleted file mode 100644 index eef83193..00000000 --- a/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.6.1.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 \ - " -SRCREV = "9e5a38e486f9edc8aefb37344526ac5552b35573" - -DEPENDS = "tbb" - -EXTRA_OECMAKE += " -DBUILD_TESTING=OFF" diff --git a/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.7.0.bb b/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.7.0.bb new file mode 100644 index 00000000..aa96fd2a --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.7.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 \ + " +SRCREV = "8d76e418568a928401e35049a4e17019970df23a" + +DEPENDS = "tbb" + +EXTRA_OECMAKE += " -DBUILD_TESTING=OFF" -- cgit v1.2.3-54-g00ecf