mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 18:32:15 +02:00
There is uncertainty about the default branch name in git going forward. To try and cover the different possible outcomes, add branch names to all git:// and gitsm:// SRC_URI entries. This update was made with the script added to contrib in this patch which aims to help others convert other layers. (From OE-Core rev: b51c405faf6f8c0365f7533bfaf470d79152a463) 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 = "6cae8216a6ea19ff3f237af01e54378c1ff81fcd"
|
|
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"
|