From: Alexander Kanavin Date: Wed, 8 Feb 2023 07:21:12 +0000 (+0100) Subject: glslang: upgrade 1.3.236.0 -> 1.3.239.0 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~1759 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7277bb4ca59a8f8e8bf1225578a9ad513c5239ba;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git glslang: upgrade 1.3.236.0 -> 1.3.239.0 Signed-off-by: Alexander Kanavin Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/glslang/glslang_1.3.236.0.bb b/meta/recipes-graphics/glslang/glslang_1.3.239.0.bb similarity index 89% rename from meta/recipes-graphics/glslang/glslang_1.3.236.0.bb rename to meta/recipes-graphics/glslang/glslang_1.3.239.0.bb index 22838dfc8c4..6bcde521e2d 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\d+(\.\d+)+)" S = "${WORKDIR}/git"