diff mbox series

[AUH] renderdoc: upgrading to 1.29 FAILED

Message ID 0101018b96c782af-dfc436da-a795-4530-9696-6df70276058f-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] renderdoc: upgrading to 1.29 FAILED | expand

Commit Message

auh@yoctoproject.org Nov. 3, 2023, 8:02 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *renderdoc* to *1.29* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-renderdoc-upgrade-1.27-1.29.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 4ad500c4221b39261fcc96bc8d10415327d1f87b Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 18:11:28 +0000
Subject: [PATCH] renderdoc: upgrade 1.27 -> 1.29

---
 .../renderdoc/{renderdoc_1.27.bb => renderdoc_1.29.bb}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-graphics/renderdoc/{renderdoc_1.27.bb => renderdoc_1.29.bb} (95%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.27.bb b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.29.bb
similarity index 95%
rename from meta-oe/recipes-graphics/renderdoc/renderdoc_1.27.bb
rename to meta-oe/recipes-graphics/renderdoc/renderdoc_1.29.bb
index c89b2d1c9..318ff0b2f 100644
--- a/meta-oe/recipes-graphics/renderdoc/renderdoc_1.27.bb
+++ b/meta-oe/recipes-graphics/renderdoc/renderdoc_1.29.bb
@@ -4,7 +4,7 @@  HOMEPAGE = "https://github.com/baldurk/renderdoc"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=36d34a46cb71546195d2b0c626a52e5d"
 
-SRCREV = "35b13a8e8fd2a331854dba6da81a20452e142d6f"
+SRCREV = "0202a066a9ffa4077fa980da2d97ad5fb6ec5827"
 SRC_URI = " \
     git://github.com/baldurk/${BPN}.git;protocol=https;branch=v1.x \
     file://0001-renderdoc-use-xxd-instead-of-cross-compiling-shim-bi.patch \