diff mbox series

[AUH] transmission: upgrading to 4.0.4 FAILED

Message ID 0101018b96bee8c9-eda3d93a-87d5-4fba-a8bc-634955848d11-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] transmission: upgrading to 4.0.4 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 *transmission* to *4.0.4* has Failed(do_compile).

Detailed error information:

do_compile failed



Next steps:
    - apply the patch: git am 0001-transmission-upgrade-3.00-4.0.4.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 8d92cf44ba7b5305e63923ea5d05b11039a48bd6 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Fri, 3 Nov 2023 18:51:54 +0000
Subject: [PATCH] transmission: upgrade 3.00 -> 4.0.4

---
 .../transmission/transmission_git.bb          | 32 +++++++++++++++----
 1 file changed, 25 insertions(+), 7 deletions(-)
diff mbox series

Patch

diff --git a/meta-oe/recipes-connectivity/transmission/transmission_git.bb b/meta-oe/recipes-connectivity/transmission/transmission_git.bb
index 735db1441..8982a0d41 100644
--- a/meta-oe/recipes-connectivity/transmission/transmission_git.bb
+++ b/meta-oe/recipes-connectivity/transmission/transmission_git.bb
@@ -1,20 +1,38 @@ 
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- COPYING
+# +++ COPYING
+# @@ -1,4 +1,4 @@
+# -Copyright 2005-2020. All code is copyrighted by the respective authors.
+# +Copyright 2005-2023. All code is copyrighted by the respective authors.
+#  
+#  Transmission can be redistributed and/or modified under the terms of
+#  the GNU GPLv2 (http://www.gnu.org/licenses/license-list.html#GPLv2),
+# 
+#
+
 DESCRIPTION = "Transmission is a fast, easy, and free BitTorrent client"
 SECTION = "network"
 HOMEPAGE = "https://transmissionbt.com/"
 LICENSE = "GPL-2.0-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=73f535ddffcf2a0d3af4f381f84f9b33"
+LIC_FILES_CHKSUM = "file://COPYING;md5=ba8199e739948e198310093de27175fa"
 
 DEPENDS = "curl libevent gnutls openssl libtool intltool-native glib-2.0-native"
 RDEPENDS:${PN}-web = "${PN}"
 
-SRC_URI = " \
-	gitsm://github.com/transmission/transmission;branch=master;protocol=https \
-	file://transmission-daemon \
-"
+SRC_URI = "gitsm://github.com/transmission/transmission;branch=4.0.x;protocol=https \
+           file://transmission-daemon \
+           "
 
 # Transmission release 3.00
-SRCREV = "bb6b5a062ee594dfd4b7a12a6b6e860c43849bfd"
-PV = "3.00"
+SRCREV = "24077e35111cd6a6498fa61910bb54288a702bfc"
+PV = "4.0.4"
 
 S = "${WORKDIR}/git"