diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2023-02-08 08:21:12 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-09 09:50:42 +0000 |
commit | 7277bb4ca59a8f8e8bf1225578a9ad513c5239ba (patch) | |
tree | c8f8568455b8c9923049543922fd58d143d491b2 | |
parent | 14182524c1f78111788f69c8efc2b5f324554bcd (diff) | |
download | openembedded-core-7277bb4ca59a8f8e8bf1225578a9ad513c5239ba.tar.gz |
glslang: upgrade 1.3.236.0 -> 1.3.239.0
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-graphics/glslang/glslang_1.3.239.0.bb (renamed from meta/recipes-graphics/glslang/glslang_1.3.236.0.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-graphics/glslang/glslang_1.3.236.0.bb b/meta/recipes-graphics/glslang/glslang_1.3.239.0.bb index 22838dfc8c..6bcde521e2 100644 --- a/meta/recipes-graphics/glslang/glslang_1.3.236.0.bb +++ b/meta/recipes-graphics/glslang/glslang_1.3.239.0.bb @@ -8,9 +8,10 @@ HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler" LICENSE = "BSD-3-Clause & BSD-2-Clause & MIT & Apache-2.0 & GPL-3-with-bison-exception" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2a2b5acd7bc4844964cfda45fe807dc3" -SRCREV = "77551c429f86c0e077f26552b7c1c0f12a9f235e" +SRCREV = "ca8d07d0bc1c6390b83915700439fa7719de6a2a" SRC_URI = "git://github.com/KhronosGroup/glslang.git;protocol=https;branch=main \ - file://0001-generate-glslang-pkg-config.patch" + file://0001-generate-glslang-pkg-config.patch \ + " PE = "1" UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)" S = "${WORKDIR}/git" |