From 137143a0488484d39303cdd18c1f2b0bdeffc8e2 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 2 Nov 2020 17:47:51 +0100 Subject: glslang: upgrade 8.13.3559 -> 8.13.3743 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-graphics/glslang/glslang_8.13.3559.bb | 18 ------------------ meta/recipes-graphics/glslang/glslang_8.13.3743.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta/recipes-graphics/glslang/glslang_8.13.3559.bb create mode 100644 meta/recipes-graphics/glslang/glslang_8.13.3743.bb diff --git a/meta/recipes-graphics/glslang/glslang_8.13.3559.bb b/meta/recipes-graphics/glslang/glslang_8.13.3559.bb deleted file mode 100644 index f4014f637b..0000000000 --- a/meta/recipes-graphics/glslang/glslang_8.13.3559.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "OpenGL / OpenGL ES Reference Compiler" -DESCRIPTION = "Glslang is the official reference compiler front end for the \ -OpenGL ES and OpenGL shading languages. It implements a strict interpretation \ -of the specifications for these languages. It is open and free for anyone to use, \ -either from a command line or programmatically." -SECTION = "graphics" -HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=918e668376010a04448a312fb37ae69b" - -SRCREV = "8db9eccc0baf30c9d22c496ab28db0fe1e4e97c5" -SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https" -UPSTREAM_CHECK_GITTAGREGEX = "^(?P\d+(\.\d+)+)$" -S = "${WORKDIR}/git" - -inherit cmake python3native - -BBCLASSEXTEND = "native nativesdk" diff --git a/meta/recipes-graphics/glslang/glslang_8.13.3743.bb b/meta/recipes-graphics/glslang/glslang_8.13.3743.bb new file mode 100644 index 0000000000..ddb90d89f2 --- /dev/null +++ b/meta/recipes-graphics/glslang/glslang_8.13.3743.bb @@ -0,0 +1,18 @@ +SUMMARY = "OpenGL / OpenGL ES Reference Compiler" +DESCRIPTION = "Glslang is the official reference compiler front end for the \ +OpenGL ES and OpenGL shading languages. It implements a strict interpretation \ +of the specifications for these languages. It is open and free for anyone to use, \ +either from a command line or programmatically." +SECTION = "graphics" +HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler" +LICENSE = "BSD-3-Clause" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=918e668376010a04448a312fb37ae69b" + +SRCREV = "bcf6a2430e99e8fc24f9f266e99316905e6d5134" +SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https" +UPSTREAM_CHECK_GITTAGREGEX = "^(?P\d+(\.\d+)+)$" +S = "${WORKDIR}/git" + +inherit cmake python3native + +BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg