All of lore.kernel.org
 help / color / mirror / Atom feed
From: auh@auh.yoctoproject.org
To: Jose Quaresma <quaresma.jose@gmail.com>
Cc: openembedded-core@lists.openembedded.org
Subject: [AUH] shaderc: upgrading to 2020.4 SUCCEEDED	[thread overview]
Message-ID: <MADEUP.165272529DEDEAC3.18165@lists.openembedded.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 984 bytes --]

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

[-- Attachment #2: 0001-shaderc-upgrade-2020.3-2020.4.patch --]
[-- Type: text/x-diff, Size: 3994 bytes --]

From 993e67b52aa2dce1e4b30375ffeb70b15bdddc1d Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@auh.yoctoproject.org>
Date: Sun, 20 Dec 2020 09:00:49 +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..30a501a61e 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 f5ab5533df5c6a0749aa45fb96e3777344dd5465 Mon Sep 17 00:00:00 2001
 From: Jose Quaresma <quaresma.jose@gmail.com>
 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 <quaresma.jose@gmail.com>
+
 ---
  CMakeLists.txt              | 2 --
  glslc/CMakeLists.txt        | 1 -
@@ -14,18 +15,15 @@ Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
  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.20.1


[-- Attachment #3: buildhistory-diff-full.txt --]
[-- Type: text/plain, Size: 1829 bytes --]

packages/core2-32-poky-linux/shaderc: PKGV changed from 2020.3 [default] to 2020.4 [default]
packages/core2-32-poky-linux/shaderc: 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-dbg: 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-dev: 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-doc: 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-locale: 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-src: 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-staticdev: 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]
packages/core2-32-poky-linux/shaderc/shaderc: PV changed from "2020.3" to "2020.4"

             reply	other threads:[~2020-12-20 14:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-20 14:15 auh [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-12-15 19:23 [AUH] shaderc: upgrading to 2020.4 SUCCEEDED auh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=MADEUP.165272529DEDEAC3.18165@lists.openembedded.org \
    --to=auh@auh.yoctoproject.org \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=quaresma.jose@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.