diff mbox series

[AUH] proj: upgrading to 9.3.0RC2 FAILED

Message ID 0101018b96c78064-e6469426-246a-40ec-ab8e-480da014d165-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] proj: upgrading to 9.3.0RC2 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 *proj* to *9.3.0RC2* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-proj-upgrade-9.3.0-9.3.0RC2.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 af16485052e42eac7c543bcfc69bc4207d6e9a70 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 18:04:37 +0000
Subject: [PATCH] proj: upgrade 9.3.0 -> 9.3.0RC2

---
 .../recipes-navigation/proj/{proj_9.3.0.bb => proj_9.3.0RC2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-navigation/proj/{proj_9.3.0.bb => proj_9.3.0RC2.bb} (90%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-navigation/proj/proj_9.3.0.bb b/meta-oe/recipes-navigation/proj/proj_9.3.0RC2.bb
similarity index 90%
rename from meta-oe/recipes-navigation/proj/proj_9.3.0.bb
rename to meta-oe/recipes-navigation/proj/proj_9.3.0RC2.bb
index 59bded87f..eb06d9d21 100644
--- a/meta-oe/recipes-navigation/proj/proj_9.3.0.bb
+++ b/meta-oe/recipes-navigation/proj/proj_9.3.0RC2.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=f27445198ba1500f508fce2b183ce0ff"
 DEPENDS = "sqlite3 sqlite3-native"
 
 SRC_URI = "http://download.osgeo.org/${BPN}/${BP}.tar.gz"
-SRC_URI[sha256sum] = "91a3695a004ea28db0448a34460bed4cc3b130e5c7d74339ec999efdab0e547d"
+SRC_URI[sha256sum] = "8fe304f17cfcabea0fed5974933f8fbf0a8d30454e34c7e92045f6134d07da8e"
 
 inherit cmake lib_package