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 e384c1acdb55196c2933ef22cf7800a942d1214e Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 31 Jul 2023 00:47:44 -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