From 6b5690de15b496255b0adbc7dab44dcdb5a24463 Mon Sep 17 00:00:00 2001 From: Luciano Dittgen Date: Thu, 17 Sep 2026 12:14:29 -0300 Subject: glslang: Point HOMEPAGE at the upstream repository The Khronos Reference-Compiler page has been retired and answers 404, so the recipe advertised a dead link. The GitHub repository is the project's canonical home, is already this recipe's SRC_URI, and matches the sibling spirv-tools downgrade. oe-core carries the same dead URL and wants the same fix. Tested with bitbake glslang on imx8mp-lpddr4-evk: empty buildhistory delta. Signed-off-by: Luciano Dittgen (cherry picked from commit 4b5248b4d27ae16143a0027990c2385d2b9996d2) --- recipes-downgrade/glslang/glslang_1.3.275.0.imx.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-downgrade/glslang/glslang_1.3.275.0.imx.bb b/recipes-downgrade/glslang/glslang_1.3.275.0.imx.bb index 72e9db210..2df2407be 100644 --- a/recipes-downgrade/glslang/glslang_1.3.275.0.imx.bb +++ b/recipes-downgrade/glslang/glslang_1.3.275.0.imx.bb @@ -3,7 +3,7 @@ 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." -HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler" +HOMEPAGE = "https://github.com/KhronosGroup/glslang" SECTION = "graphics" LICENSE = "BSD-3-Clause & BSD-2-Clause & MIT & Apache-2.0 & GPL-3-with-bison-exception" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2a2b5acd7bc4844964cfda45fe807dc3" -- cgit v1.2.3-54-g00ecf