mirror of
https://git.yoctoproject.org/poky
synced 2026-07-16 15:57:04 +00:00
d64469d524
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 in scripts/contrib. (From OE-Core rev: ab781d4e3fa7425d96ea770ddfd0f01f62018c5b) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
684 B
BlitzBasic
19 lines
684 B
BlitzBasic
SUMMARY = "Machine-readable files for the SPIR-V Registry"
|
|
DESCRIPTION = "Headers are provided in the include directory, with up-to-date \
|
|
headers in the unified1 subdirectory. Older headers are provided according to \
|
|
their version."
|
|
SECTION = "graphics"
|
|
HOMEPAGE = "https://www.khronos.org/registry/spir-v"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=c938b85bceb8fb26c1a807f28a52ae2d"
|
|
|
|
SRCREV = "bcf55210f13a4fa3c3d0963b509ff1070e434c79"
|
|
SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=master"
|
|
UPSTREAM_CHECK_GITTAGREGEX = "^(?P<pver>\d+(\.\d+)+)$"
|
|
S = "${WORKDIR}/git"
|
|
PV .= "+git${SRCPV}"
|
|
|
|
inherit cmake
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|