diff mbox series

[AUH] libdbd-mysql-perl: upgrading to 5.002 FAILED

Message ID 0101018b96becc24-3c0ae864-ac90-45a9-b616-d2ce933260e7-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] libdbd-mysql-perl: upgrading to 5.002 FAILED | expand

Commit Message

auh@yoctoproject.org Nov. 3, 2023, 7:52 p.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe *libdbd-mysql-perl* to *5.002* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-libdbd-mysql-perl-upgrade-4.050-5.002.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 5be469aec50df869a087cb6c5e9f394f95c1d77d Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 13:48:33 +0000
Subject: [PATCH] libdbd-mysql-perl: upgrade 4.050 -> 5.002

---
 .../{libdbd-mysql-perl_4.050.bb => libdbd-mysql-perl_5.002.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/perl/{libdbd-mysql-perl_4.050.bb => libdbd-mysql-perl_5.002.bb} (94%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb b/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_5.002.bb
similarity index 94%
rename from meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb
rename to meta-oe/recipes-devtools/perl/libdbd-mysql-perl_5.002.bb
index fc505fe1e..dc41177e4 100644
--- a/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_4.050.bb
+++ b/meta-oe/recipes-devtools/perl/libdbd-mysql-perl_5.002.bb
@@ -14,7 +14,7 @@  DEPENDS += "libdev-checklib-perl-native libdbi-perl-native libmysqlclient"
 
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d0a06964340e5c0cde88b7af611f755c"
 
-SRCREV = "9b5b70ea372f49fe9bc9e592dae3870596d1e3d6"
+SRCREV = "d52d3bd0792d232e3d77c93295cc8b59de142708"
 SRC_URI = "git://github.com/perl5-dbi/DBD-mysql.git;protocol=https;branch=master"
 
 S = "${WORKDIR}/git"