Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *shaderc* to *2024.0* has 
Succeeded.

Next steps:
    - apply the patch: git am 0001-shaderc-upgrade-2023.8-2024.0.patch
    - check the changes to upstream patches and summarize them in the commit 
message,
    - compile an image that contains the package
    - perform some basic sanity tests
    - amend the patch and sign it off: git commit -s --reset-author --amend
    - send it to the appropriate mailing list

Alternatively, if you believe the recipe should not be upgraded at this time,
you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that
automatic upgrades would no longer be attempted.

Please review the attached files for further information and build/update 
failures.
Any problem please file a bug at 
https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler

Regards,
The Upgrade Helper

-- >8 --
>From ad058a0c4b50cddeea30b8f735aa65683c83685a Mon Sep 17 00:00:00 2001
From: Upgrade Helper <a...@yoctoproject.org>
Date: Fri, 15 Mar 2024 13:02:15 +0000
Subject: [PATCH] shaderc: upgrade 2023.8 -> 2024.0

---
 ...make-disable-building-external-dependencies.patch | 12 ++++++------
 ...aderc_util-fix-glslang-header-file-location.patch |  2 +-
 .../shaderc/{shaderc_2023.8.bb => shaderc_2024.0.bb} |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
 rename meta/recipes-graphics/shaderc/{shaderc_2023.8.bb => shaderc_2024.0.bb} 
(95%)

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 4212512034..9fad2d558a 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 792a46ef27ef879a21c9f01a198eae213ea535e6 Mon Sep 17 00:00:00 2001
+From e7cd559f3ce5ccc964b7bc00d512defc907f0a7e Mon Sep 17 00:00:00 2001
 From: Jose Quaresma <quaresma.j...@gmail.com>
 Date: Sat, 13 Feb 2021 00:45:56 +0000
 Subject: [PATCH] cmake: disable building external dependencies
@@ -15,7 +15,7 @@ Signed-off-by: Jose Quaresma <quaresma.j...@gmail.com>
  2 files changed, 25 insertions(+), 10 deletions(-)
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 7bc8f5d..13fc535 100644
+index ffcb54b..cce715e 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
 @@ -62,6 +62,7 @@ else()
@@ -26,7 +26,7 @@ index 7bc8f5d..13fc535 100644
  
  set (CMAKE_CXX_STANDARD 17)
  
-@@ -123,8 +124,14 @@ endif(MSVC)
+@@ -119,8 +120,14 @@ endif(MSVC)
  
  
  # Configure subdirectories.
@@ -43,9 +43,9 @@ index 7bc8f5d..13fc535 100644
  
  add_subdirectory(libshaderc_util)
  add_subdirectory(libshaderc)
-@@ -136,7 +143,7 @@ endif()
+@@ -132,7 +139,7 @@ endif()
  add_custom_target(build-version
-   ${PYTHON_EXECUTABLE}
+   ${Python_EXECUTABLE}
    ${CMAKE_CURRENT_SOURCE_DIR}/utils/update_build_version.py
 -  ${shaderc_SOURCE_DIR} ${spirv-tools_SOURCE_DIR} ${glslang_SOURCE_DIR} 
${CMAKE_CURRENT_BINARY_DIR}/build-version.inc
 +  ${CMAKE_CURRENT_BINARY_DIR}/build-version.inc ${shaderc_SOURCE_DIR} 
${spirv-tools_SOURCE_DIR} ${glslang_SOURCE_DIR}
@@ -53,7 +53,7 @@ index 7bc8f5d..13fc535 100644
  
  function(define_pkg_config_file NAME LIBS)
 diff --git a/utils/update_build_version.py b/utils/update_build_version.py
-index 11ee53e..d39e59d 100755
+index b7ce5b8..95b34c5 100755
 --- a/utils/update_build_version.py
 +++ b/utils/update_build_version.py
 @@ -30,6 +30,7 @@ import re
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..2b3cd158fa 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 ec2442940e1d5338971861bb81537bae3a6c19e2 Mon Sep 17 00:00:00 2001
+From 2a5af967b09a2a1a55ee4abfb20b8121a59e9f54 Mon Sep 17 00:00:00 2001
 From: Jose Quaresma <quaresma.j...@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_2023.8.bb 
b/meta/recipes-graphics/shaderc/shaderc_2024.0.bb
similarity index 95%
rename from meta/recipes-graphics/shaderc/shaderc_2023.8.bb
rename to meta/recipes-graphics/shaderc/shaderc_2024.0.bb
index bc7afbdf5e..9975c608ac 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2023.8.bb
+++ b/meta/recipes-graphics/shaderc/shaderc_2024.0.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRCREV = "f8a25c591bf5edbb462ca4aea99dcc666f096d13"
+SRCREV = "9f56ca620c07d6c4d119c65c1c1f3f1c584c9985"
 SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main \
            file://0001-cmake-disable-building-external-dependencies.patch \
            file://0002-libshaderc_util-fix-glslang-header-file-location.patch \
-- 
2.42.0

packages/core2-64-poky-linux/shaderc: PKGV changed from 2023.8 [default] to 
2024.0 [default]
packages/core2-64-poky-linux/shaderc: PV changed from "2023.8" to "2024.0"
packages/core2-64-poky-linux/shaderc/shaderc-dbg: PV changed from "2023.8" to 
"2024.0"
packages/core2-64-poky-linux/shaderc/shaderc-dbg: PKGV changed from 2023.8 
[default] to 2024.0 [default]
packages/core2-64-poky-linux/shaderc/shaderc-dev: PV changed from "2023.8" to 
"2024.0"
packages/core2-64-poky-linux/shaderc/shaderc-dev: PKGV changed from 2023.8 
[default] to 2024.0 [default]
packages/core2-64-poky-linux/shaderc/shaderc-doc: PV changed from "2023.8" to 
"2024.0"
packages/core2-64-poky-linux/shaderc/shaderc-doc: PKGV changed from 2023.8 
[default] to 2024.0 [default]
packages/core2-64-poky-linux/shaderc/shaderc-locale: PV changed from "2023.8" 
to "2024.0"
packages/core2-64-poky-linux/shaderc/shaderc-locale: PKGV changed from 2023.8 
[default] to 2024.0 [default]
packages/core2-64-poky-linux/shaderc/shaderc-src: PV changed from "2023.8" to 
"2024.0"
packages/core2-64-poky-linux/shaderc/shaderc-src: PKGV changed from 2023.8 
[default] to 2024.0 [default]
packages/core2-64-poky-linux/shaderc/shaderc-staticdev: PV changed from 
"2023.8" to "2024.0"
packages/core2-64-poky-linux/shaderc/shaderc-staticdev: PKGV changed from 
2023.8 [default] to 2024.0 [default]
packages/core2-64-poky-linux/shaderc/shaderc-staticdev: PKGSIZE changed from 
3720936 to 3720928 (-0%)
packages/core2-64-poky-linux/shaderc/shaderc: PV changed from "2023.8" to 
"2024.0"
packages/core2-64-poky-linux/shaderc/shaderc: PKGV changed from 2023.8 
[default] to 2024.0 [default]

Attachment: 0001-shaderc-upgrade-2023.8-2024.0.patch
Description: Binary data

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#197212): 
https://lists.openembedded.org/g/openembedded-core/message/197212
Mute This Topic: https://lists.openembedded.org/mt/104951822/21656
Group Owner: openembedded-core+ow...@lists.openembedded.org
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to