mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00

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>
20 lines
587 B
BlitzBasic
20 lines
587 B
BlitzBasic
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 = "8d76e418568a928401e35049a4e17019970df23a"
|
|
|
|
DEPENDS = "tbb"
|
|
|
|
EXTRA_OECMAKE += " -DBUILD_TESTING=OFF"
|