diff mbox series

[AUH] shaderc: upgrading to 2023.6 SUCCEEDED

Message ID 0101018a557090db-aea8e938-aca6-4003-b01b-c1de7e8db278-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] shaderc: upgrading to 2023.6 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org Sept. 2, 2023, 10:29 a.m. UTC
Hello,

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

Next steps:
    - apply the patch: git am 0001-shaderc-upgrade-2023.5-2023.6.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 af497656930c9ce34710e49f3cb8d72c9ac64b14 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Sat, 2 Sep 2023 01:42:39 +0000
Subject: [PATCH] shaderc: upgrade 2023.5 -> 2023.6

---
 .../shaderc/{shaderc_2023.5.bb => shaderc_2023.6.bb}            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/shaderc/{shaderc_2023.5.bb => shaderc_2023.6.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/shaderc/shaderc_2023.5.bb b/meta/recipes-graphics/shaderc/shaderc_2023.6.bb
similarity index 95%
rename from meta/recipes-graphics/shaderc/shaderc_2023.5.bb
rename to meta/recipes-graphics/shaderc/shaderc_2023.6.bb
index 8d2f4551ab..5afdec5ce9 100644
--- a/meta/recipes-graphics/shaderc/shaderc_2023.5.bb
+++ b/meta/recipes-graphics/shaderc/shaderc_2023.6.bb
@@ -6,7 +6,7 @@  HOMEPAGE = "https://github.com/google/shaderc"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
 
-SRCREV = "7428c8d5f6b200910fbd32fa0ca0b0244ace6482"
+SRCREV = "9547789ecfa1be140327057e766ba80666b66e21"
 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 \