diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-01 11:33:35 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-04-03 11:06:20 +0100 |
| commit | 131e4756e9abc4fab062b241fefca68135eac7c4 (patch) | |
| tree | a2d51af16bd9e951684a186cdf1985141d15fac1 | |
| parent | 967a85ef8d319d073362cc6d363de8c9e89d3c3b (diff) | |
| download | poky-131e4756e9abc4fab062b241fefca68135eac7c4.tar.gz | |
shaderc: upgrade 2024.3 -> 2025.1
Add tag to SRC_URI to verify SRCREV.
(From OE-Core rev: 6126b2693865acdbb08f47a28fe097a2cb659573)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch | 4 | ||||
| -rw-r--r-- | meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch | 4 | ||||
| -rw-r--r-- | meta/recipes-graphics/shaderc/shaderc_2025.1.bb (renamed from meta/recipes-graphics/shaderc/shaderc_2024.3.bb) | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch b/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch index 5c49aa7fd5..07765653bb 100644 --- a/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch +++ b/meta/recipes-graphics/shaderc/files/0001-cmake-disable-building-external-dependencies.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From 941f5f5831e7a52c26168f81f25d0470860ca6f1 Mon Sep 17 00:00:00 2001 | 1 | From ed0e2fad08a3cd3f0a0c70922737d8a6886f484d Mon Sep 17 00:00:00 2001 |
| 2 | From: Jose Quaresma <quaresma.jose@gmail.com> | 2 | From: Jose Quaresma <quaresma.jose@gmail.com> |
| 3 | Date: Sat, 13 Feb 2021 00:45:56 +0000 | 3 | Date: Sat, 13 Feb 2021 00:45:56 +0000 |
| 4 | Subject: [PATCH] cmake: disable building external dependencies | 4 | Subject: [PATCH] cmake: disable building external dependencies |
| @@ -15,7 +15,7 @@ Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> | |||
| 15 | 2 files changed, 25 insertions(+), 10 deletions(-) | 15 | 2 files changed, 25 insertions(+), 10 deletions(-) |
| 16 | 16 | ||
| 17 | diff --git a/CMakeLists.txt b/CMakeLists.txt | 17 | diff --git a/CMakeLists.txt b/CMakeLists.txt |
| 18 | index ffcb54b..cce715e 100644 | 18 | index bd6b890..f1ddd74 100644 |
| 19 | --- a/CMakeLists.txt | 19 | --- a/CMakeLists.txt |
| 20 | +++ b/CMakeLists.txt | 20 | +++ b/CMakeLists.txt |
| 21 | @@ -62,6 +62,7 @@ else() | 21 | @@ -62,6 +62,7 @@ else() |
diff --git a/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch b/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch index 39f982b7f3..429b53c308 100644 --- a/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch +++ b/meta/recipes-graphics/shaderc/files/0002-libshaderc_util-fix-glslang-header-file-location.patch | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | From ec2442940e1d5338971861bb81537bae3a6c19e2 Mon Sep 17 00:00:00 2001 | 1 | From 4797642a6394ad7e5a23aaa3bdf8e2d011f69adf Mon Sep 17 00:00:00 2001 |
| 2 | From: Jose Quaresma <quaresma.jose@gmail.com> | 2 | From: Jose Quaresma <quaresma.jose@gmail.com> |
| 3 | Date: Sat, 13 Feb 2021 00:45:56 +0000 | 3 | Date: Sat, 13 Feb 2021 00:45:56 +0000 |
| 4 | Subject: [PATCH] libshaderc_util: fix glslang header file location | 4 | Subject: [PATCH] libshaderc_util: fix glslang header file location |
| @@ -11,7 +11,7 @@ Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com> | |||
| 11 | 1 file changed, 1 insertion(+), 1 deletion(-) | 11 | 1 file changed, 1 insertion(+), 1 deletion(-) |
| 12 | 12 | ||
| 13 | diff --git a/libshaderc_util/src/compiler.cc b/libshaderc_util/src/compiler.cc | 13 | diff --git a/libshaderc_util/src/compiler.cc b/libshaderc_util/src/compiler.cc |
| 14 | index e5f5d10..5fd6d3c 100644 | 14 | index 9bf9a43..dc0efd2 100644 |
| 15 | --- a/libshaderc_util/src/compiler.cc | 15 | --- a/libshaderc_util/src/compiler.cc |
| 16 | +++ b/libshaderc_util/src/compiler.cc | 16 | +++ b/libshaderc_util/src/compiler.cc |
| 17 | @@ -20,7 +20,7 @@ | 17 | @@ -20,7 +20,7 @@ |
diff --git a/meta/recipes-graphics/shaderc/shaderc_2024.3.bb b/meta/recipes-graphics/shaderc/shaderc_2025.1.bb index 0948ba28d6..e9c0ecdd37 100644 --- a/meta/recipes-graphics/shaderc/shaderc_2024.3.bb +++ b/meta/recipes-graphics/shaderc/shaderc_2025.1.bb | |||
| @@ -6,8 +6,8 @@ HOMEPAGE = "https://github.com/google/shaderc" | |||
| 6 | LICENSE = "Apache-2.0" | 6 | LICENSE = "Apache-2.0" |
| 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" |
| 8 | 8 | ||
| 9 | SRCREV = "7223dc3d5e34bbcc44f3150546dbfa8a5da58c4c" | 9 | SRCREV = "7f68b1cf6f35f518febf36d425365bb8e6ad224a" |
| 10 | SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main \ | 10 | SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main;tag=v${PV} \ |
| 11 | file://0001-cmake-disable-building-external-dependencies.patch \ | 11 | file://0001-cmake-disable-building-external-dependencies.patch \ |
| 12 | file://0002-libshaderc_util-fix-glslang-header-file-location.patch \ | 12 | file://0002-libshaderc_util-fix-glslang-header-file-location.patch \ |
| 13 | " | 13 | " |
