| Message ID | 20260502162929.1377831-57-richard.purdie@linuxfoundation.org |
|---|---|
| State | New |
| Headers | show |
| Series | [01/62] at-spi2-core: upgrade 2.60.0 -> 2.60.3 | expand |
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/57-62-shaderc-upgrade-2026.1---2026.2.patch FAIL: test commit message presence: Please include a commit message on your patch explaining the change (test_mbox.TestMbox.test_commit_message_presence) PASS: test Signed-off-by presence (test_mbox.TestMbox.test_signed_off_by_presence) PASS: test author valid (test_mbox.TestMbox.test_author_valid) PASS: test commit message user tags (test_mbox.TestMbox.test_commit_message_user_tags) PASS: test mbox format (test_mbox.TestMbox.test_mbox_format) PASS: test non-AUH upgrade (test_mbox.TestMbox.test_non_auh_upgrade) PASS: test shortlog format (test_mbox.TestMbox.test_shortlog_format) PASS: test shortlog length (test_mbox.TestMbox.test_shortlog_length) PASS: test target mailing list (test_mbox.TestMbox.test_target_mailing_list) SKIP: pretest pylint: No python related patches, skipping test (test_python_pylint.PyLint.pretest_pylint) SKIP: test CVE tag format: No new CVE patches introduced (test_patch.TestPatch.test_cve_tag_format) SKIP: test Signed-off-by presence: No new CVE patches introduced (test_patch.TestPatch.test_signed_off_by_presence) SKIP: test Upstream-Status presence: No new CVE patches introduced (test_patch.TestPatch.test_upstream_status_presence_format) SKIP: test bugzilla entry format: No bug ID found (test_mbox.TestMbox.test_bugzilla_entry_format) SKIP: test pylint: No python related patches, skipping test (test_python_pylint.PyLint.test_pylint) SKIP: test series merge on head: Merge test is disabled for now (test_mbox.TestMbox.test_series_merge_on_head) --- Please address the issues identified and submit a new revision of the patch, or alternatively, reply to this email with an explanation of why the patch should be accepted. If you believe these results are due to an error in patchtest, please submit a bug at https://bugzilla.yoctoproject.org/ (use the 'Patchtest' category under 'Yocto Project Subprojects'). For more information on specific failures, see: https://wiki.yoctoproject.org/wiki/Patchtest. Thank you!
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 cb8bbdd28f6..f9731a8eaa9 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 @@ -From 29f9099f15755ca8a201a4a02dc1370e21ec936a Mon Sep 17 00:00:00 2001 +From adf7927c3fa5055d33c3970be53fdf1a8853b617 Mon Sep 17 00:00:00 2001 From: Jose Quaresma <quaresma.jose@gmail.com> Date: Sat, 13 Feb 2021 00:45:56 +0000 Subject: [PATCH] cmake: disable building external dependencies @@ -53,7 +53,7 @@ index 06f5395..39b8869 100644 function(define_pkg_config_file NAME LIBS) diff --git a/utils/update_build_version.py b/utils/update_build_version.py -index b7ce5b8..95b34c5 100755 +index 7adcefc..3eac466 100755 --- a/utils/update_build_version.py +++ b/utils/update_build_version.py @@ -30,6 +30,7 @@ import re @@ -64,7 +64,7 @@ index b7ce5b8..95b34c5 100755 def mkdir_p(directory): """Make the directory, and all its ancestors as required. Any of the -@@ -121,25 +122,32 @@ def get_version_string(project, directory): +@@ -123,25 +124,32 @@ def get_version_string(project, directory): directory, which consists of software version string and git description string.""" detailed_version_string_lst = [project] 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 3f030e5c8b4..d639635766a 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 @@ -From 7831df8bb68a8992a07ecc359550879e629e8c79 Mon Sep 17 00:00:00 2001 +From f3915766d382d30c83da6d8077bf183e930a4789 Mon Sep 17 00:00:00 2001 From: Jose Quaresma <quaresma.jose@gmail.com> Date: Sat, 13 Feb 2021 00:45:56 +0000 Subject: [PATCH] libshaderc_util: fix glslang header file location diff --git a/meta/recipes-graphics/shaderc/shaderc_2026.1.bb b/meta/recipes-graphics/shaderc/shaderc_2026.2.bb similarity index 95% rename from meta/recipes-graphics/shaderc/shaderc_2026.1.bb rename to meta/recipes-graphics/shaderc/shaderc_2026.2.bb index 1d66c2b810a..644db979690 100644 --- a/meta/recipes-graphics/shaderc/shaderc_2026.1.bb +++ b/meta/recipes-graphics/shaderc/shaderc_2026.2.bb @@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRCREV = "75f8c09ada4a69b086afdd2c03d7a8be06242414" +SRCREV = "baec0c74d6dca70c52d937e2e5bf6ffcd449e430" SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main;tag=v${PV} \ file://0001-cmake-disable-building-external-dependencies.patch \ file://0002-libshaderc_util-fix-glslang-header-file-location.patch \
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- .../0001-cmake-disable-building-external-dependencies.patch | 6 +++--- ...2-libshaderc_util-fix-glslang-header-file-location.patch | 2 +- .../shaderc/{shaderc_2026.1.bb => shaderc_2026.2.bb} | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename meta/recipes-graphics/shaderc/{shaderc_2026.1.bb => shaderc_2026.2.bb} (95%)