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>
25 lines
673 B
BlitzBasic
25 lines
673 B
BlitzBasic
SUMMARY = "VC Intrinsics"
|
|
DESCRIPTION = "VC Intrinsics project contains a set of new intrinsics on \
|
|
top of core LLVM IR instructions that represent SIMD semantics of a program \
|
|
targeting GPU"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://Readme.md;beginline=1;endline=7;md5=3b2db19c3b0877bb312b7adbcb815adc"
|
|
|
|
SRC_URI = "git://github.com/intel/vc-intrinsics.git;protocol=https;;branch=master \
|
|
"
|
|
SRCREV = "a2f2f10dc61c8161c57cf33ed606c8e3ccf3a921"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake
|
|
|
|
COMPATIBLE_HOST = '(x86_64).*-linux'
|
|
COMPATIBLE_HOST:libc-musl = "null"
|
|
|
|
DEPENDS += " clang"
|
|
|
|
EXTRA_OECMAKE = "-DLLVM_DIR=${STAGING_LIBDIR}"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|