From 698d994e51aeb8476f1e50af227a2ebb83bd405f Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 15 Nov 2021 15:06:30 +0100 Subject: spirv-headers: PV should be 1.5.4 As upstream hasn't actually tagged 1.5.5, we should continue to use 1.5.4 until it does. (From OE-Core rev: defcc1b3be3b6207b017458763af66abde952607) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-graphics/spir/spirv-headers_1.5.4.bb | 18 ++++++++++++++++++ meta/recipes-graphics/spir/spirv-headers_1.5.5.bb | 18 ------------------ 2 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 meta/recipes-graphics/spir/spirv-headers_1.5.4.bb delete mode 100644 meta/recipes-graphics/spir/spirv-headers_1.5.5.bb (limited to 'meta/recipes-graphics/spir') diff --git a/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb b/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb new file mode 100644 index 0000000000..522708618e --- /dev/null +++ b/meta/recipes-graphics/spir/spirv-headers_1.5.4.bb @@ -0,0 +1,18 @@ +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 = "814e728b30ddd0f4509233099a3ad96fd4318c07" +SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=master" +UPSTREAM_CHECK_GITTAGREGEX = "^(?P\d+(\.\d+)+)$" +S = "${WORKDIR}/git" +PV .= "+git${SRCPV}" + +inherit cmake + +BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-graphics/spir/spirv-headers_1.5.5.bb b/meta/recipes-graphics/spir/spirv-headers_1.5.5.bb deleted file mode 100644 index 522708618e..0000000000 --- a/meta/recipes-graphics/spir/spirv-headers_1.5.5.bb +++ /dev/null @@ -1,18 +0,0 @@ -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 = "814e728b30ddd0f4509233099a3ad96fd4318c07" -SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=master" -UPSTREAM_CHECK_GITTAGREGEX = "^(?P\d+(\.\d+)+)$" -S = "${WORKDIR}/git" -PV .= "+git${SRCPV}" - -inherit cmake - -BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf