summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.14.0.bb (renamed from dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.6.1.bb)8
1 files changed, 4 insertions, 4 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.14.0.bb
index 17edff4a..5289e9eb 100644
--- a/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.6.1.bb
+++ b/dynamic-layers/openembedded-layer/recipes-oneapi/rkcommon/rkcommon_1.14.0.bb
@@ -8,10 +8,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
8 8
9inherit pkgconfig cmake 9inherit pkgconfig cmake
10 10
11S = "${WORKDIR}/git" 11SRC_URI = "git://github.com/ospray/rkcommon.git;protocol=https;branch=master \
12
13SRC_URI = "git://github.com/ospray/rkcommon.git;protocol=https \
14 " 12 "
15SRCREV = "9e5a38e486f9edc8aefb37344526ac5552b35573" 13SRCREV = "4a00047ae5a3ac705b6b33b4a7574588d91e7953"
16 14
17DEPENDS = "tbb" 15DEPENDS = "tbb"
16
17EXTRA_OECMAKE += " -DBUILD_TESTING=OFF"