diff mbox series

[AUH] opencl-clhpp: upgrading to 2023.04.17 FAILED

Message ID 0101018b96c7822b-8ae52c6a-dd73-42e0-9dc8-e25769b49a45-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] opencl-clhpp: upgrading to 2023.04.17 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 *opencl-clhpp* to *2023.04.17* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-opencl-clhpp-upgrade-2.0.16-2023.04.17.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 ac042b9d2a777e8948cace9e3a9f2a58b2d83c9e Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 17:13:41 +0000
Subject: [PATCH] opencl-clhpp: upgrade 2.0.16 -> 2023.04.17

---
 meta-oe/recipes-core/opencl/opencl-clhpp_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb
index 8a712602c..30a64aeff 100644
--- a/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb
+++ b/meta-oe/recipes-core/opencl/opencl-clhpp_git.bb
@@ -6,8 +6,8 @@  SRC_URI = "git://github.com/KhronosGroup/OpenCL-CLHPP.git;protocol=https;branch=
 LICENSE  = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-PV = "2.0.16+git${SRCPV}"
-SRCREV = "1df82b9749739f2681081092ae163bb0f0d40f66"
+PV = "2023.04.17"
+SRCREV = "8f536659b8f98220938afdd6b6cf6c90dc03b615"
 
 S = "${WORKDIR}/git"