Hello,

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

Next steps:
    - apply the patch: git am 0001-shaderc-upgrade-2020.3-2020.4.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
packages/core2-32-poky-linux/shaderc: PV changed from "2020.3" to "2020.4"
packages/core2-32-poky-linux/shaderc: PKGV changed from 2020.3 [default] to 
2020.4 [default]
packages/core2-32-poky-linux/shaderc/shaderc-dbg: PV changed from "2020.3" to 
"2020.4"
packages/core2-32-poky-linux/shaderc/shaderc-dbg: PKGV changed from 2020.3 
[default] to 2020.4 [default]
packages/core2-32-poky-linux/shaderc/shaderc-dev: PV changed from "2020.3" to 
"2020.4"
packages/core2-32-poky-linux/shaderc/shaderc-dev: PKGSIZE changed from 61064 to 
61030 (-0%)
packages/core2-32-poky-linux/shaderc/shaderc-dev: PKGV changed from 2020.3 
[default] to 2020.4 [default]
packages/core2-32-poky-linux/shaderc/shaderc-doc: PV changed from "2020.3" to 
"2020.4"
packages/core2-32-poky-linux/shaderc/shaderc-doc: PKGV changed from 2020.3 
[default] to 2020.4 [default]
packages/core2-32-poky-linux/shaderc/shaderc-locale: PV changed from "2020.3" 
to "2020.4"
packages/core2-32-poky-linux/shaderc/shaderc-locale: PKGV changed from 2020.3 
[default] to 2020.4 [default]
packages/core2-32-poky-linux/shaderc/shaderc-src: PV changed from "2020.3" to 
"2020.4"
packages/core2-32-poky-linux/shaderc/shaderc-src: PKGSIZE changed from 314999 
to 314965 (-0%)
packages/core2-32-poky-linux/shaderc/shaderc-src: PKGV changed from 2020.3 
[default] to 2020.4 [default]
packages/core2-32-poky-linux/shaderc/shaderc-staticdev: PV changed from 
"2020.3" to "2020.4"
packages/core2-32-poky-linux/shaderc/shaderc-staticdev: PKGSIZE changed from 
2702940 to 2703040 (+0%)
packages/core2-32-poky-linux/shaderc/shaderc-staticdev: PKGV changed from 
2020.3 [default] to 2020.4 [default]
packages/core2-32-poky-linux/shaderc/shaderc: PV changed from "2020.3" to 
"2020.4"
packages/core2-32-poky-linux/shaderc/shaderc: PKGV changed from 2020.3 
[default] to 2020.4 [default]
>From f773703b66c150b1073d8bbbda7ad3e0f4d75a4b Mon Sep 17 00:00:00 2001
From: Upgrade Helper <[email protected]>
Date: Tue, 15 Dec 2020 13:44:46 +0000
Subject: [PATCH] shaderc: upgrade 2020.3 -> 2020.4

---
 ...ndor-libs-and-disable-git-versioning.patch | 19 +++++++------------
 .../{shaderc_2020.3.bb => shaderc_2020.4.bb}  |  2 +-
 2 files changed, 8 insertions(+), 13 deletions(-)
 rename meta/recipes-graphics/shaderc/{shaderc_2020.3.bb => shaderc_2020.4.bb} (95%)

diff --git a/meta/recipes-graphics/shaderc/files/0003-cmake-de-vendor-libs-and-disable-git-versioning.patch b/meta/recipes-graphics/shaderc/files/0003-cmake-de-vendor-libs-and-disable-git-versioning.patch
index 0d58925adc..e4e3f0be1e 100644
--- a/meta/recipes-graphics/shaderc/files/0003-cmake-de-vendor-libs-and-disable-git-versioning.patch
+++ b/meta/recipes-graphics/shaderc/files/0003-cmake-de-vendor-libs-and-disable-git-versioning.patch
@@ -1,11 +1,12 @@
-From e092619a9ef7910ad56acfb8728c66f0125d176a Mon Sep 17 00:00:00 2001
+From 180250f098e0ab899eff0db3708d9693f3486ff4 Mon Sep 17 00:00:00 2001
 From: Jose Quaresma <[email protected]>
 Date: Sat, 17 Oct 2020 12:51:50 +0100
-Subject: [PATCH 3/3] cmake: de-vendor libs and disable git versioning
+Subject: [PATCH] cmake: de-vendor libs and disable git versioning
 
 Upstream-Status: Inappropriate [configuration]
 
 Signed-off-by: Jose Quaresma <[email protected]>
+
 ---
  CMakeLists.txt              | 2 --
  glslc/CMakeLists.txt        | 1 -
@@ -14,18 +15,15 @@ Signed-off-by: Jose Quaresma <[email protected]>
  create mode 100644 glslc/src/build-version.inc
 
 diff --git a/CMakeLists.txt b/CMakeLists.txt
-index a4e779b..cfa7bd8 100644
+index 5c74cd8..9451fbc 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -70,7 +70,6 @@ endif(MSVC)
+@@ -102,12 +102,10 @@ endif(MSVC)
  
  # Configure subdirectories.
  # We depend on these for later projects, so they should come first.
 -add_subdirectory(third_party)
  
- if(SHADERC_ENABLE_SPVC)
- add_subdirectory(libshaderc_spvc)
-@@ -79,7 +78,6 @@ endif()
  add_subdirectory(libshaderc_util)
  add_subdirectory(libshaderc)
  add_subdirectory(glslc)
@@ -34,10 +32,10 @@ index a4e779b..cfa7bd8 100644
  add_custom_target(build-version
    ${PYTHON_EXECUTABLE}
 diff --git a/glslc/CMakeLists.txt b/glslc/CMakeLists.txt
-index 0f5d888..08686e0 100644
+index 35b3f19..52006b8 100644
 --- a/glslc/CMakeLists.txt
 +++ b/glslc/CMakeLists.txt
-@@ -26,7 +26,6 @@ shaderc_default_compile_options(glslc_exe)
+@@ -53,7 +53,6 @@ shaderc_default_compile_options(glslc_exe)
  target_include_directories(glslc_exe PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/.. ${spirv-tools_SOURCE_DIR}/include)
  set_target_properties(glslc_exe PROPERTIES OUTPUT_NAME glslc)
  target_link_libraries(glslc_exe PRIVATE glslc shaderc_util shaderc)
@@ -48,6 +46,3 @@ index 0f5d888..08686e0 100644
 diff --git a/glslc/src/build-version.inc b/glslc/src/build-version.inc
 new file mode 100644
 index 0000000..e69de29
--- 
-2.28.0
-
diff --git a/meta/recipes-graphics/shaderc/shaderc_2020.3.bb b/meta/recipes-graphics/shaderc/shaderc_2020.4.bb
similarity index 95%
rename from meta/recipes-graphics/shaderc/shaderc_2020.3.bb
rename to meta/recipes-graphics/shaderc/shaderc_2020.4.bb
index f5edf53caf..ee9b118371 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2020.3.bb
+++ b/meta/recipes-graphics/shaderc/shaderc_2020.4.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "https://github.com/google/shaderc";
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRCREV = "1fce59794079f90ceb091190adbbb5499acd4e95"
+SRCREV = "0dbd899941a43ffd55df527d65128b3b66e75c9c"
 SRC_URI = "git://github.com/google/shaderc.git;protocol=https;branch=main \
            file://0001-Fix-the-link-order-of-libglslang-and-libHLSL.patch \
            file://0003-cmake-de-vendor-libs-and-disable-git-versioning.patch \
-- 
2.17.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#145705): 
https://lists.openembedded.org/g/openembedded-core/message/145705
Mute This Topic: https://lists.openembedded.org/mt/78984184/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to