diff mbox series

[AUH] po4a: upgrading to 0.69 FAILED

Message ID 20230712073331.16418C001B0@smtp.lore.kernel.org
State New
Headers show
Series [AUH] po4a: upgrading to 0.69 FAILED | expand

Commit Message

auh@moto-timo.dev July 12, 2023, 7:33 a.m. UTC
Hello,

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

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-po4a-upgrade-0.49-0.69.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 64b109b0f3a4a4ca492e2866e1932bd78765e704 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@moto-timo.dev>
Date: Wed, 12 Jul 2023 02:33:15 -0500
Subject: [PATCH] po4a: upgrade 0.49 -> 0.69

---
 meta-perl/recipes-perl/po4a/{po4a_0.49.bb => po4a_0.69.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-perl/po4a/{po4a_0.49.bb => po4a_0.69.bb} (94%)
diff mbox series

Patch

From 64b109b0f3a4a4ca492e2866e1932bd78765e704 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@moto-timo.dev>
Date: Wed, 12 Jul 2023 02:33:15 -0500
Subject: [PATCH] po4a: upgrade 0.49 -> 0.69

---
 meta-perl/recipes-perl/po4a/{po4a_0.49.bb => po4a_0.69.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-perl/recipes-perl/po4a/{po4a_0.49.bb => po4a_0.69.bb} (94%)

diff --git a/meta-perl/recipes-perl/po4a/po4a_0.49.bb b/meta-perl/recipes-perl/po4a/po4a_0.69.bb
similarity index 94%
rename from meta-perl/recipes-perl/po4a/po4a_0.49.bb
rename to meta-perl/recipes-perl/po4a/po4a_0.69.bb
index 679ea0fb4..742ade92d 100644
--- a/meta-perl/recipes-perl/po4a/po4a_0.49.bb
+++ b/meta-perl/recipes-perl/po4a/po4a_0.69.bb
@@ -9,7 +9,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=a96fc9b4cc36d80659e694ea109f0325"
 SRC_URI = "git://github.com/mquinson/po4a.git;protocol=https;branch=master"
 
 # v0.49
-SRCREV = "79ed87a577a543538fe39c7b60079981f5997072"
+SRCREV = "1925f62d0a26c4aa0621ca0cd419f7e84ecae676"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1