diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-09-17 12:14:29 -0300 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2026-09-17 19:30:00 +0000 |
| commit | 6b5690de15b496255b0adbc7dab44dcdb5a24463 (patch) | |
| tree | 191d725d76a62bedbc555ff98c644030325d0c20 | |
| parent | 93c160a82d41717862c3e7f8db02ae0cdfed55e5 (diff) | |
| download | meta-freescale-backport-2719-to-wrynose.tar.gz | |
glslang: Point HOMEPAGE at the upstream repositorybackport-2719-to-wrynose
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 <luciano.dittgen@ossystems.com.br>
(cherry picked from commit 4b5248b4d27ae16143a0027990c2385d2b9996d2)
| -rw-r--r-- | recipes-downgrade/glslang/glslang_1.3.275.0.imx.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
| 3 | OpenGL ES and OpenGL shading languages. It implements a strict interpretation \ | 3 | OpenGL ES and OpenGL shading languages. It implements a strict interpretation \ |
| 4 | of the specifications for these languages. It is open and free for anyone to use, \ | 4 | of the specifications for these languages. It is open and free for anyone to use, \ |
| 5 | either from a command line or programmatically." | 5 | either from a command line or programmatically." |
| 6 | HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler" | 6 | HOMEPAGE = "https://github.com/KhronosGroup/glslang" |
| 7 | SECTION = "graphics" | 7 | SECTION = "graphics" |
| 8 | LICENSE = "BSD-3-Clause & BSD-2-Clause & MIT & Apache-2.0 & GPL-3-with-bison-exception" | 8 | LICENSE = "BSD-3-Clause & BSD-2-Clause & MIT & Apache-2.0 & GPL-3-with-bison-exception" |
| 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2a2b5acd7bc4844964cfda45fe807dc3" | 9 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=2a2b5acd7bc4844964cfda45fe807dc3" |
